Class: Google::Apis::MetastoreV1::ErrorDetails
- Inherits:
-
Object
- Object
- Google::Apis::MetastoreV1::ErrorDetails
- 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
-
#details ⇒ Hash<String,String>
Additional structured details about this error.Keys define the failure items.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ErrorDetails
constructor
A new instance of ErrorDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#details ⇒ Hash<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
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 |