Class: Google::Cloud::CloudControlsPartner::V1::EkmConnection::ConnectionError

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudcontrolspartner/v1/ekm_connections.rb

Overview

Information around the error that occurred if the connection state is anything other than available or unspecified

Instance Attribute Summary collapse

Instance Attribute Details

#error_domain::String

Returns The error domain for the error.

Returns:

  • (::String)

    The error domain for the error



70
71
72
73
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/ekm_connections.rb', line 70

class ConnectionError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#error_message::String

Returns The error message for the error.

Returns:

  • (::String)

    The error message for the error



70
71
72
73
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/ekm_connections.rb', line 70

class ConnectionError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end