Enum StorageError.Types.StorageErrorCode (2.6.0)

public enum StorageErrorCode

Error code for StorageError.

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Fields

NameDescription
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.

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.