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."],[[["The page provides reference documentation for the `StorageError` class within the Google BigQuery Storage v1 API for .NET, with the most recent version being 3.17.0."],["`StorageError` is a custom BigQuery Storage error message class designed for structured error handling, allowing for more effective error resolution through error codes."],["The `StorageError` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `StorageError` class include `Code` (for the specific error code), `Entity` (for the name of the failed entity), and `ErrorMessage` (for a detailed error description)."],["The page covers the API class StorageError, covering versions 2.3.0 to 3.17.0, and provides access to the documentation of all versions in that range."]]],[]]