Class: Google::Apis::MetastoreV1::ErrorDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/metastore_v1/classes.rb,
lib/google/apis/metastore_v1/representations.rb,
lib/google/apis/metastore_v1/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.



462
463
464
# File 'lib/google/apis/metastore_v1/classes.rb', line 462

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>)


460
461
462
# File 'lib/google/apis/metastore_v1/classes.rb', line 460

def details
  @details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



467
468
469
# File 'lib/google/apis/metastore_v1/classes.rb', line 467

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