Show / Hide Table of Contents

Class GoogleCloudMetastoreV1ErrorDetails

Error details in public error message for DataprocMetastore.QueryMetadata.

Inheritance
object
GoogleCloudMetastoreV1ErrorDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1ErrorDetails : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX