public static interface ErrorDetails.Builder extends SdkPojo, CopyableBuilder<ErrorDetails.Builder,ErrorDetails>
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails.Builder |
code(String code)
The error code associated with the operation failure.
|
ErrorDetails.Builder |
message(String message)
Detailed information about the reason that the operation failed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorDetails.Builder message(String message)
Detailed information about the reason that the operation failed.
message - Detailed information about the reason that the operation failed.ErrorDetails.Builder code(String code)
The error code associated with the operation failure.
code - The error code associated with the operation failure.Copyright © 2023. All rights reserved.