Class: Google::Apis::MetastoreV1alpha::ErrorDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/metastore_v1alpha/classes.rb,
lib/google/apis/metastore_v1alpha/representations.rb,
lib/google/apis/metastore_v1alpha/representations.rb

Overview

Error details in public error message for DataprocMetastore.QueryMetadata.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ErrorDetails

Returns a new instance of ErrorDetails.



911
912
913
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 911

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#detailsHash<String,String>

Additional structured details about this error.Keys define the failure items. Value describes the exception or details of the item. Corresponds to the JSON property details

Returns:

  • (Hash<String,String>)


909
910
911
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 909

def details
  @details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



916
917
918
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 916

def update!(**args)
  @details = args[:details] if args.key?(:details)
end