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 content focuses on the `StorageError` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, detailing its structure and usage for handling errors in BigQuery Storage."],["This documentation page provides a version history of the `StorageError` class, listing releases from version 2.3.0 to the latest, 3.17.0, allowing developers to reference specific versions."],["`StorageError` is designed as a structured, custom error message for BigQuery Storage, which is to be used within rpc Status for improved error handling."],["The `StorageError` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `StorageError` class includes properties such as `Code`, `Entity`, and `ErrorMessage`, which provide detailed information about the specific storage error that has occurred."]]],[]]