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