Class: Google::Cloud::Dialogflow::V2::Connection::ErrorDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::Connection::ErrorDetails
- 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
-
#certificate_state ⇒ ::Google::Cloud::Dialogflow::V2::Connection::CertificateState
readonly
Output only.
-
#error_message ⇒ ::String
The error message provided from SIP trunking auth service.
Instance Attribute Details
#certificate_state ⇒ ::Google::Cloud::Dialogflow::V2::Connection::CertificateState (readonly)
Returns Output only. The status of the certificate authentication.
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.
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 |