Cloud Controls Partner v1beta API - Class EkmConnection.Types.ConnectionError (1.0.0-beta02)

public sealed class EkmConnection.Types.ConnectionError : IMessage<EkmConnection.Types.ConnectionError>, IEquatable<EkmConnection.Types.ConnectionError>, IDeepCloneable<EkmConnection.Types.ConnectionError>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Controls Partner v1beta API class EkmConnection.Types.ConnectionError.

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

Inheritance

object > EkmConnection.Types.ConnectionError

Namespace

Google.Cloud.CloudControlsPartner.V1Beta

Assembly

Google.Cloud.CloudControlsPartner.V1Beta.dll

Constructors

ConnectionError()

public ConnectionError()

ConnectionError(ConnectionError)

public ConnectionError(EkmConnection.Types.ConnectionError other)
Parameter
Name Description
other EkmConnectionTypesConnectionError

Properties

ErrorDomain

public string ErrorDomain { get; set; }

The error domain for the error

Property Value
Type Description
string

ErrorMessage

public string ErrorMessage { get; set; }

The error message for the error

Property Value
Type Description
string