public sealed class ErrorDetails : IMessage<ErrorDetails>, IEquatable<ErrorDetails>, IDeepCloneable<ErrorDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class ErrorDetails.
Error details in public error message for [DataprocMetastore.QueryMetadata][google.cloud.metastore.v1beta.DataprocMetastore.QueryMetadata].
Implements
IMessageErrorDetails, IEquatableErrorDetails, IDeepCloneableErrorDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.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 |