public sealed class EncryptionConfig.Types.FailureDetails : IMessage<EncryptionConfig.Types.FailureDetails>, IEquatable<EncryptionConfig.Types.FailureDetails>, IDeepCloneable<EncryptionConfig.Types.FailureDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class EncryptionConfig.Types.FailureDetails.
Details of the failure if anything related to Cmek db fails.
Implements
IMessageEncryptionConfigTypesFailureDetails, IEquatableEncryptionConfigTypesFailureDetails, IDeepCloneableEncryptionConfigTypesFailureDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
FailureDetails()
public FailureDetails()
FailureDetails(FailureDetails)
public FailureDetails(EncryptionConfig.Types.FailureDetails other)
Parameter | |
---|---|
Name | Description |
other |
EncryptionConfigTypesFailureDetails |
Properties
ErrorCode
public EncryptionConfig.Types.FailureDetails.Types.ErrorCode ErrorCode { get; set; }
Output only. The error code for the failure.
Property Value | |
---|---|
Type | Description |
EncryptionConfigTypesFailureDetailsTypesErrorCode |
ErrorMessage
public string ErrorMessage { get; set; }
Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.
Property Value | |
---|---|
Type | Description |
string |