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.



469
470
471
# File 'lib/google/apis/metastore_v1/classes.rb', line 469

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


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

def details
  @details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



474
475
476
# File 'lib/google/apis/metastore_v1/classes.rb', line 474

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