Class: Google::Cloud::Metastore::V1beta::ErrorDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::ErrorDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1beta/metastore.rb
Overview
Error details in public error message for DataprocMetastore.QueryMetadata.
Defined Under Namespace
Classes: DetailsEntry
Instance Attribute Summary collapse
-
#details ⇒ ::Google::Protobuf::Map{::String => ::String}
Additional structured details about this error.
Instance Attribute Details
#details ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Additional structured details about this error.
Keys define the failure items. Value describes the exception or details of the item.
1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 1403 class ErrorDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class DetailsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |