public sealed class StorageError : IMessage<StorageError>, IEquatable<StorageError>, IDeepCloneable<StorageError>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class StorageError.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `StorageError` class within the Google BigQuery Storage v1 API, detailing its structure and usage."],["The content includes a version history of the `StorageError` class, starting from version 2.3.0 up to the latest version 3.17.0, and the currently viewed version being 3.6.0."],["The `StorageError` class is a structured custom error message for the BigQuery Storage API, designed to be attached as error details in returned RPC statuses."],["The class `StorageError` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for error handling and object manipulation."],["`StorageError` contains properties such as `Code`, `Entity`, and `ErrorMessage` to provide detailed information about specific errors encountered within the BigQuery Storage service."]]],[]]