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 Google BigQuery Migration v2 API, detailing its properties, inheritance, and implementation of various interfaces."],["The `ResourceErrorDetail` class provides details about errors related to specific resources, including the total number of errors (`ErrorCount`), the specific details of those errors (`ErrorDetails`), and information about the affected resource itself (`ResourceInfo`)."],["The latest version of the `ResourceErrorDetail` class is 1.5.0, with previous versions (1.0.0 to 1.4.0) also available for reference, and the class is contained within the `Google.Cloud.BigQuery.Migration.V2` namespace."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various functionalities within the Google Protobuf ecosystem, and `ResourceErrorDetail` inherits from the `Object` class."]]],[]]