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 latest version available for the Google BigQuery Storage v1 API is 3.17.0, with a range of versions available for reference, starting from 2.3.0 up to the latest release."],["The `StorageError` class provides structured custom error messages for BigQuery Storage, facilitating more effective error management and reducing dependence on unstructured error text strings."],["`StorageError` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with protobuf structures."],["The `StorageError` class contains properties such as Code, which is a BigQuery Storage specific error code, Entity, the name of the failed entity, and ErrorMessage, which describes the error."],["The StorageError class has two constructors, one public default constructor, and one that accepts another StorageError object as a parameter."]]],[]]