Class: Google::Cloud::Metastore::V1beta::ErrorDetails

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Additional structured details about this error.

    Keys define the failure items. Value describes the exception or details of the item.



1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 1399

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