Class StorageError (2.16.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. In particular, the use of error codes allows more structured error handling, and reduces the need to evaluate unstructured error text strings.

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.

Inheritance

builtins.object > proto.message.Message > StorageError

Classes

StorageErrorCode

StorageErrorCode(value)

Error code for StorageError.