Class: Google::Cloud::Dataplex::V1::EncryptionConfig::FailureDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/cmek.rb

Overview

Details of the failure if anything related to Cmek db fails.

Defined Under Namespace

Modules: ErrorCode

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::Google::Cloud::Dataplex::V1::EncryptionConfig::FailureDetails::ErrorCode (readonly)

Returns Output only. The error code for the failure.

Returns:



64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 64

class FailureDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Error code for the failure if anything related to Cmek db fails.
  module ErrorCode
    # The error code is not specified
    UNKNOWN = 0

    # Error because of internal server error, will be retried automatically..
    INTERNAL_ERROR = 1

    # User action is required to resolve the error.
    REQUIRE_USER_ACTION = 2
  end
end

#error_message::String (readonly)

Returns Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.

Returns:

  • (::String)

    Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.



64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'proto_docs/google/cloud/dataplex/v1/cmek.rb', line 64

class FailureDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Error code for the failure if anything related to Cmek db fails.
  module ErrorCode
    # The error code is not specified
    UNKNOWN = 0

    # Error because of internal server error, will be retried automatically..
    INTERNAL_ERROR = 1

    # User action is required to resolve the error.
    REQUIRE_USER_ACTION = 2
  end
end