Google Cloud Dataplex V1 Client - Class FailureDetails (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class FailureDetails.
Details of the failure if anything related to Cmek db fails.
Generated from protobuf message google.cloud.dataplex.v1.EncryptionConfig.FailureDetails
Namespace
Google \ Cloud \ Dataplex \ V1 \ EncryptionConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ error_code |
int
Output only. The error code for the failure. |
↳ error_message |
string
Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION. |
getErrorCode
Output only. The error code for the failure.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ErrorCode. |
setErrorCode
Output only. The error code for the failure.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ErrorCode. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getErrorMessage
Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.
| Returns | |
|---|---|
| Type | Description |
string |
|
setErrorMessage
Output only. The error message will be shown to the user. Set only if the error code is REQUIRE_USER_ACTION.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|