Class GoogleCloudMetastoreV1betaErrorDetails
Error details in public error message for DataprocMetastore.QueryMetadata.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1betaErrorDetails : IDirectResponseSchema
Properties
Details
Additional structured details about this error.Keys define the failure items. Value describes the exception or details of the item.
Declaration
[JsonProperty("details")]
public virtual IDictionary<string, string> Details { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |