Google Cloud Dialogflow v2beta1 API - Class Connection.Types.ErrorDetails (1.0.0-beta19)

public sealed class Connection.Types.ErrorDetails : IMessage<Connection.Types.ErrorDetails>, IEquatable<Connection.Types.ErrorDetails>, IDeepCloneable<Connection.Types.ErrorDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Connection.Types.ErrorDetails.

The error details of Sip Trunk connection authentication.

Inheritance

object > Connection.Types.ErrorDetails

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ErrorDetails()

public ErrorDetails()

ErrorDetails(ErrorDetails)

public ErrorDetails(Connection.Types.ErrorDetails other)
Parameter
Name Description
other ConnectionTypesErrorDetails

Properties

CertificateState

public Connection.Types.CertificateState CertificateState { get; set; }

Output only. The status of the certificate authentication.

Property Value
Type Description
ConnectionTypesCertificateState

ErrorMessage

public string ErrorMessage { get; set; }

The error message provided from SIP trunking auth service

Property Value
Type Description
string

HasCertificateState

public bool HasCertificateState { get; }

Gets whether the "certificate_state" field is set

Property Value
Type Description
bool

HasErrorMessage

public bool HasErrorMessage { get; }

Gets whether the "error_message" field is set

Property Value
Type Description
bool