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 covers the `ResourceErrorDetail` class, which is part of the BigQuery Migration v2 API and is used to provide detailed information about errors and their corresponding resources."],["The `ResourceErrorDetail` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for detailed error handling within the API."],["The class contains properties such as `ErrorCount`, `ErrorDetails`, and `ResourceInfo`, which are used to quantify the number of errors, provide specific error messages, and pinpoint the location of the error respectively."],["The latest available version of ResourceErrorDetail is version 1.5.0, and it has versions all the way back to 1.0.0."]]],[]]