Class StorageError (2.3.0)

StorageError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Structured custom BigQuery Storage error message. The error can be attached as error details in the returned rpc Status. User can use the info to process errors in a structural way, rather than having to parse error messages.

Attributes

NameDescription
code google.cloud.bigquery_storage_v1beta2.types.StorageError.StorageErrorCode
BigQuery Storage specific error code.
entity str
Name of the failed entity.
error_message str
Message that describes the error.

Classes

StorageErrorCode

StorageErrorCode(value)

Error code for StorageError.