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 document provides reference documentation for the `ResourceErrorDetail` class within the BigQuery Migration v2 API."],["The `ResourceErrorDetail` class is used to provide details about errors and their corresponding resources."],["It includes properties such as `ErrorCount`, `ErrorDetails`, and `ResourceInfo`, which offer insights into the number of errors, specific error details, and information about the resource with the error."],["The class implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` for functionalities such as message handling, equality checks, and deep cloning."],["The document also outlines the available constructors for the `ResourceErrorDetail` class and lists inherited members, the namespace, and the assembly it belongs to."]]],[]]