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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e package is 3.17.0, with multiple versions ranging from 2.3.0 to 3.17.0 listed for reference.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStorageError\u003c/code\u003e is a class within the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e namespace that provides structured custom error messages for BigQuery Storage, designed for structured error handling in returned rpc Status.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStorageError\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStorageError\u003c/code\u003e instances have properties for \u003ccode\u003eCode\u003c/code\u003e (a BigQuery Storage specific error code), \u003ccode\u003eEntity\u003c/code\u003e (name of the failed entity), and \u003ccode\u003eErrorMessage\u003c/code\u003e (a description of the error).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003eStorageError\u003c/code\u003e class, one default and another that accepts another \u003ccode\u003eStorageError\u003c/code\u003e object to pass.\u003c/p\u003e\n"]]],[],null,[]]