Enum StorageError.StorageErrorCode (3.4.0)

public enum StorageError.StorageErrorCode extends Enum<StorageError.StorageErrorCode> implements ProtocolMessageEnum

Error code for StorageError.

Protobuf enum google.cloud.bigquery.storage.v1beta2.StorageError.StorageErrorCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INVALID_STREAM_STATE

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

INVALID_STREAM_STATE = 5;

INVALID_STREAM_STATE_VALUE

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

INVALID_STREAM_STATE = 5;

INVALID_STREAM_TYPE

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

INVALID_STREAM_TYPE = 4;

INVALID_STREAM_TYPE_VALUE

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

INVALID_STREAM_TYPE = 4;

STORAGE_ERROR_CODE_UNSPECIFIED

Default error.

STORAGE_ERROR_CODE_UNSPECIFIED = 0;

STORAGE_ERROR_CODE_UNSPECIFIED_VALUE

Default error.

STORAGE_ERROR_CODE_UNSPECIFIED = 0;

STREAM_ALREADY_COMMITTED

Stream is already committed.

STREAM_ALREADY_COMMITTED = 2;

STREAM_ALREADY_COMMITTED_VALUE

Stream is already committed.

STREAM_ALREADY_COMMITTED = 2;

STREAM_FINALIZED

Stream is finalized.

STREAM_FINALIZED = 6;

STREAM_FINALIZED_VALUE

Stream is finalized.

STREAM_FINALIZED = 6;

STREAM_NOT_FOUND

Stream is not found.

STREAM_NOT_FOUND = 3;

STREAM_NOT_FOUND_VALUE

Stream is not found.

STREAM_NOT_FOUND = 3;

TABLE_NOT_FOUND

Table is not found in the system.

TABLE_NOT_FOUND = 1;

TABLE_NOT_FOUND_VALUE

Table is not found in the system.

TABLE_NOT_FOUND = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()