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 page details the `StorageError` class, a structured custom error message for Google's BigQuery Storage, designed to be included in RPC Status error details."],["`StorageError` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within Google's Protobuf and .NET environments."],["The class offers constructors for creating new instances and for cloning existing ones, along with properties such as `Code`, `Entity`, and `ErrorMessage` to provide specific error context."],["The page covers versions of the documentation going back to 2.3.0, with the most recent being 3.17.0."],["`StorageError` is designed to facilitate structured error handling in BigQuery Storage operations by utilizing error codes, reducing reliance on unstructured error strings."]]],[]]