public static interface AsyncErrorDetails.Builder extends SdkPojo, CopyableBuilder<AsyncErrorDetails.Builder,AsyncErrorDetails>
| Modifier and Type | Method and Description |
|---|---|
AsyncErrorDetails.Builder |
code(String code)
A string that uniquely identifies the error condition.
|
AsyncErrorDetails.Builder |
message(String message)
A generic description of the error condition in English.
|
AsyncErrorDetails.Builder |
requestId(String requestId)
The ID of the request associated with the error.
|
AsyncErrorDetails.Builder |
resource(String resource)
The identifier of the resource associated with the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAsyncErrorDetails.Builder code(String code)
A string that uniquely identifies the error condition.
code - A string that uniquely identifies the error condition.AsyncErrorDetails.Builder message(String message)
A generic description of the error condition in English.
message - A generic description of the error condition in English.AsyncErrorDetails.Builder resource(String resource)
The identifier of the resource associated with the error.
resource - The identifier of the resource associated with the error.AsyncErrorDetails.Builder requestId(String requestId)
The ID of the request associated with the error.
requestId - The ID of the request associated with the error.Copyright © 2023. All rights reserved.