Google BigQuery Storage v1 API - Enum StorageError.Types.StorageErrorCode (3.13.0)

public enum StorageError.Types.StorageErrorCode

Reference documentation and code samples for the Google BigQuery Storage v1 API enum StorageError.Types.StorageErrorCode.

Error code for StorageError.

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Fields

NameDescription
CmekEncryptionError

There is an encryption error while using customer-managed encryption key.

CmekNotProvided

Customer-managed encryption key (CMEK) not provided for CMEK-enabled data.

InvalidCmekProvided

Customer-managed encryption key (CMEK) was incorrectly provided.

InvalidStreamState

Invalid Stream state. For example, you try to commit a stream that is not finalized or is garbaged.

InvalidStreamType

Invalid Stream type. For example, you try to commit a stream that is not pending.

KmsPermissionDenied

Permission denied while using customer-managed encryption key.

KmsServiceError

Key Management Service (KMS) service returned an error, which can be retried.

OffsetAlreadyExists

Offset already exists.

OffsetOutOfRange

Offset out of range.

SchemaMismatchExtraFields

There is a schema mismatch and it is caused by user schema has extra field than bigquery schema.

StreamAlreadyCommitted

Stream is already committed.

StreamFinalized

Stream is finalized.

StreamNotFound

Stream is not found.

TableNotFound

Table is not found in the system.

Unspecified

Default error.