public sealed class ResourceErrorDetail : IMessage<ResourceErrorDetail>, IEquatable<ResourceErrorDetail>, IDeepCloneable<ResourceErrorDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class ResourceErrorDetail.
Provides details for errors and the corresponding resources.
Required. How many errors there are in total for the resource. Truncation can be
indicated by having an error_count that is higher than the size of
error_details.
[[["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 documentation is for the `ResourceErrorDetail` class within the Google Cloud BigQuery Migration v2 API, specifically version 1.0.0."],["The `ResourceErrorDetail` class provides comprehensive information about errors encountered and the resources they pertain to, extending from the `Object` class and implementing several interfaces."],["The class offers two constructors: a default constructor and one that takes another `ResourceErrorDetail` object as a parameter to initialize the object with the same attributes."],["Key properties of the `ResourceErrorDetail` class include `ErrorCount` (total number of errors), `ErrorDetails` (a list of `ErrorDetail` objects), and `ResourceInfo` (information about the affected resource)."],["The document also contains a range of older versions, along with a link to the latest version, 1.5.0."]]],[]]