public static interface FailureDetails.Builder extends SdkPojo, CopyableBuilder<FailureDetails.Builder,FailureDetails>
| Modifier and Type | Method and Description |
|---|---|
FailureDetails.Builder |
message(String message)
A description of the error that caused the batch job failure.
|
FailureDetails.Builder |
statusCode(Integer statusCode)
An HTTP status code representing the nature of the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailureDetails.Builder message(String message)
A description of the error that caused the batch job failure.
message - A description of the error that caused the batch job failure.FailureDetails.Builder statusCode(Integer statusCode)
An HTTP status code representing the nature of the error.
statusCode - An HTTP status code representing the nature of the error.Copyright © 2023. All rights reserved.