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
Implements
IMessageEkmConnectionTypesConnectionError, IEquatableEkmConnectionTypesConnectionError, IDeepCloneableEkmConnectionTypesConnectionError, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
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 |