Class: Google::Cloud::Dialogflow::V2::Connection::ErrorDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb

Overview

The error details of Sip Trunk connection authentication.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_state::Google::Cloud::Dialogflow::V2::Connection::CertificateState (readonly)

Returns Output only. The status of the certificate authentication.

Returns:



155
156
157
158
# File 'proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb', line 155

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

#error_message::String

Returns The error message provided from SIP trunking auth service.

Returns:

  • (::String)

    The error message provided from SIP trunking auth service



155
156
157
158
# File 'proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb', line 155

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