public sealed class StorageError : IMessage<StorageError>, IEquatable<StorageError>, IDeepCloneable<StorageError>, IBufferMessage, IMessage
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 details the `StorageError` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, which provides a structured way to handle errors in BigQuery Storage operations."],["The `StorageError` class is a custom error message type, designed for integration with RPC status details, enhancing error management through specific error codes instead of relying on unstructured text."],["The documentation includes a comprehensive list of versions for this API, ranging from version 2.3.0 up to the latest, 3.17.0, detailing the history and evolution of the `StorageError` class."],["The `StorageError` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, it includes properties like `Code`, `Entity`, and `ErrorMessage` to provide specific details about encountered errors."],["The page further breaks down the class's constructures and properties, including the `StorageErrorCode`, `Entity` name, and the `ErrorMessage` which is a string to describe the error encountered."]]],[]]