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 reference documentation for the `StorageError` class within the Google BigQuery Storage v1 API for .NET, specifically version 3.16.0."],["The `StorageError` class is designed to provide structured custom error messages for BigQuery Storage, enabling more refined error handling via error codes."],["The `StorageError` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `StorageError` class has constructors for creating new instances and has properties such as `Code` (for a specific error code), `Entity` (name of failed entity), and `ErrorMessage` (for a description of the error)."],["This page contains links to the documentation of `StorageError` for multiple versions, spanning from version 2.3.0 to 3.17.0, making it easy to consult the different versions of the documentation."]]],[]]