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 v1 API class EkmConnection.Types.ConnectionError.
Information around the error that occurred if the connection state is anything other than available or unspecified
Implements
IMessageEkmConnectionTypesConnectionError, IEquatableEkmConnectionTypesConnectionError, IDeepCloneableEkmConnectionTypesConnectionError, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1Assembly
Google.Cloud.CloudControlsPartner.V1.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 |