Class: Google::Apis::MetastoreV1alpha::ErrorDetails
- Inherits:
-
Object
- Object
- Google::Apis::MetastoreV1alpha::ErrorDetails
- 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
-
#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.
911 912 913 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 911 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
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 |