Class: Google::Cloud::Metastore::V1::ErrorDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::ErrorDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/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.
1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1307 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 |