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 latest version available for the `Google.Cloud.BigQuery.Storage.V1` package is 3.17.0, with multiple versions ranging from 2.3.0 to 3.17.0 listed for reference."],["`StorageError` is a class within the `Google.Cloud.BigQuery.Storage.V1` namespace that provides structured custom error messages for BigQuery Storage, designed for structured error handling in returned rpc Status."],["The `StorageError` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`StorageError` instances have properties for `Code` (a BigQuery Storage specific error code), `Entity` (name of the failed entity), and `ErrorMessage` (a description of the error)."],["There are two constructors for the `StorageError` class, one default and another that accepts another `StorageError` object to pass."]]],[]]