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."],[[["The `ResourceErrorDetail` class in the BigQuery Migration v2 API provides details about errors and the resources they affect."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its versatility within the .NET framework."],["It contains properties such as `ErrorCount`, indicating the total number of errors, `ErrorDetails`, providing specific error information, and `ResourceInfo`, detailing the location of the error."],["The `ResourceErrorDetail` class offers two constructors, a default one and another that allows for the creation of a copy from an existing `ResourceErrorDetail` instance."],["This documentation also covers versions from 1.0.0 to the latest 1.5.0, allowing you to explore the evolution of the `ResourceErrorDetail` class."]]],[]]