public sealed class ErrorDetails : IMessage<ErrorDetails>, IEquatable<ErrorDetails>, IDeepCloneable<ErrorDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class ErrorDetails.
Error details in public error message for [DataprocMetastore.QueryMetadata][google.cloud.metastore.v1.DataprocMetastore.QueryMetadata].
Implements
IMessageErrorDetails, IEquatableErrorDetails, IDeepCloneableErrorDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
ErrorDetails()
public ErrorDetails()
ErrorDetails(ErrorDetails)
public ErrorDetails(ErrorDetails other)
Parameter | |
---|---|
Name | Description |
other | ErrorDetails |
Properties
Details
public MapField<string, string> Details { get; }
Additional structured details about this error.
Keys define the failure items. Value describes the exception or details of the item.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |