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."],[[["The document outlines the `StorageError` class, a structured error message for BigQuery Storage, available across multiple versions, starting from version 2.3.0 up to the latest 3.17.0."],["`StorageError` is designed to be attached as error details in RPC Status, providing structured error handling via error codes instead of unstructured text."],["The class `StorageError` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `StorageError` class include `Code` (a `StorageErrorCode`), `Entity` (name of the failed entity), and `ErrorMessage` (description of the error)."],["There are two constructors available for creating a new `StorageError` object, one default and one that takes an existing `StorageError` as a parameter."]]],[]]