ENUM

FlowErrorCode

Description

Error code from Laminar flow processing.

link GraphQL Schema definition

  • enum FlowErrorCode {
  • # AWS access denied error.
  • AWS_ACCESS_DENIED
  • # AWS invalid client token ID error.
  • AWS_INVALID_CLIENT_TOKEN_ID
  • # AWS unauthorized operation error.
  • AWS_UNAUTHORIZED_OPERATION
  • # Azure Function App quota exceeded error.
  • AZURE_FUNCTION_APP_QUOTA_EXCEEDED
  • # Azure SQL databases that are part of an Elastic Pool are unsupported.
  • AZURE_SQL_ELASTIC_POOL_UNSUPPORTED
  • # Azure SQL Server creation disallowed error.
  • AZURE_SQL_SERVER_CREATION_DISALLOWED
  • # Azure SQL unrecoverable database edition error.
  • AZURE_SQL_UNRECOVERABLE_DATABASE_EDITION
  • # Cloud function execution exception.
  • CLOUD_FUNCTION_EXCEPTION
  • # Disk scan from another region is unsupported.
  • DISK_SCAN_FROM_ANOTHER_REGION_UNSUPPORTED
  • # Unspecified error code.
  • ERROR_CODE_UNSPECIFIED
  • # File system mount error.
  • FILE_SYSTEM_MOUNT_ERROR
  • # Generic AWS third-party service error.
  • GENERIC_AWS_THIRD_PARTY_ERROR
  • # Generic error occurred.
  • GENERIC_ERROR
  • # Generic recoverable error that can be retried.
  • GENERIC_RECOVERABLE_ERROR
  • # Generic unauthorized access error.
  • GENERIC_UNAUTHORIZED_ERROR
  • # Generic unsupported operation error.
  • GENERIC_UNSUPPORTED_ERROR
  • # LVM2 multiple physical volumes error.
  • LVM2_MULTIPLE_PVS
  • # Managed database no restore point found error.
  • MANAGED_DATABASE_NO_RESTORE_POINT_FOUND
  • # Missing Microsoft Cloud permissions error.
  • MISSING_MSCLOUD_PERMISSIONS
  • # No supported partition found error.
  • NO_SUPPORTED_PARTITION_FOUND
  • # RDS cluster snapshot quota exceeded error.
  • RDS_CLUSTER_SNAPSHOT_QUOTA_EXCEEDED
  • # RDS instances that are part of a Persistent or Permanent option group are
  • # unsupported.
  • RDS_DB_PERSISTENT_OR_PERMANENT
  • # RDS database snapshot quota exceeded error.
  • RDS_DB_SNAPSHOT_QUOTA_EXCEEDED
  • # RDS instance with Unsupported Engine.
  • RDS_DB_UNSUPPORTED_ENGINE
  • # RDS read replica snapshots are unsupported.
  • RDS_READ_REPLICA_SNAPSHOTS_UNSUPPORTED
  • # RDS source snapshot KMS key not accessible error.
  • RDS_SOURCE_SNAPSHOT_KMS_NOT_ACCESSIBLE
  • # RDS unsupported restore database instance error.
  • RDS_UNSUPPORTED_RESTORE_DB_INSTANCE
  • # Operation completed successfully.
  • SUCCESS
  • # Volume has marketplace product code error.
  • VOLUME_HAS_MARKETPLACE_PRODUCT_CODE
  • }