public static interface EnvironmentError.Builder extends SdkPojo, CopyableBuilder<EnvironmentError.Builder,EnvironmentError>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentError.Builder |
code(String code)
The error code for the failure reason for the environment deployment.
|
EnvironmentError.Builder |
message(String message)
The error message for the failure reason for the environment deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentError.Builder code(String code)
The error code for the failure reason for the environment deployment.
code - The error code for the failure reason for the environment deployment.EnvironmentError.Builder message(String message)
The error message for the failure reason for the environment deployment.
message - The error message for the failure reason for the environment deployment.Copyright © 2023. All rights reserved.