StorageErrorCode(value)Error code for StorageError.
Enums |
|
|---|---|
| Name | Description |
STORAGE_ERROR_CODE_UNSPECIFIED |
Default error. |
TABLE_NOT_FOUND |
Table is not found in the system. |
STREAM_ALREADY_COMMITTED |
Stream is already committed. |
STREAM_NOT_FOUND |
Stream is not found. |
INVALID_STREAM_TYPE |
Invalid Stream type. For example, you try to commit a stream that is not pending. |
INVALID_STREAM_STATE |
Invalid Stream state. For example, you try to commit a stream that is not finalized or is garbaged. |
STREAM_FINALIZED |
Stream is finalized. |
SCHEMA_MISMATCH_EXTRA_FIELDS |
There is a schema mismatch and it is caused by user schema has extra field than bigquery schema. |
OFFSET_ALREADY_EXISTS |
Offset already exists. |
OFFSET_OUT_OF_RANGE |
Offset out of range. |
CMEK_NOT_PROVIDED |
Customer-managed encryption key (CMEK) not provided for CMEK-enabled data. |
INVALID_CMEK_PROVIDED |
Customer-managed encryption key (CMEK) was incorrectly provided. |
CMEK_ENCRYPTION_ERROR |
There is an encryption error while using customer-managed encryption key. |
KMS_SERVICE_ERROR |
Key Management Service (KMS) service returned an error, which can be retried. |
KMS_PERMISSION_DENIED |
Permission denied while using customer-managed encryption key. |