public static interface ErrorDetail.Builder extends SdkPojo, CopyableBuilder<ErrorDetail.Builder,ErrorDetail>
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail.Builder |
errorCode(String errorCode)
The error code that identifies the type of error.
|
ErrorDetail.Builder |
errorMessage(String errorMessage)
The message for the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorDetail.Builder errorCode(String errorCode)
The error code that identifies the type of error.
errorCode - The error code that identifies the type of error.ErrorDetail.Builder errorMessage(String errorMessage)
The message for the error.
errorMessage - The message for the error.Copyright © 2023. All rights reserved.