public static interface PartialFailure.Builder extends SdkPojo, CopyableBuilder<PartialFailure.Builder,PartialFailure>
| Modifier and Type | Method and Description |
|---|---|
PartialFailure.Builder |
exceptionType(String exceptionType)
The type of error.
|
PartialFailure.Builder |
failureCode(String failureCode)
The code of the error.
|
PartialFailure.Builder |
failureDescription(String failureDescription)
A description of the error.
|
PartialFailure.Builder |
failureResource(String failureResource)
The specified rule that could not be deleted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPartialFailure.Builder failureResource(String failureResource)
The specified rule that could not be deleted.
failureResource - The specified rule that could not be deleted.PartialFailure.Builder exceptionType(String exceptionType)
The type of error.
exceptionType - The type of error.PartialFailure.Builder failureCode(String failureCode)
The code of the error.
failureCode - The code of the error.PartialFailure.Builder failureDescription(String failureDescription)
A description of the error.
failureDescription - A description of the error.Copyright © 2021. All rights reserved.