public static interface ErrorInfo.Builder extends SdkPojo, CopyableBuilder<ErrorInfo.Builder,ErrorInfo>
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo.Builder |
errorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
ErrorInfo.Builder |
errorType(ErrorDetails errorType)
Specifies the type of error.
|
ErrorInfo.Builder |
errorType(String errorType)
Specifies the type of error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorInfo.Builder errorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
errorMessage - Specifies the error message that appears if a flow fails.ErrorInfo.Builder errorType(String errorType)
Specifies the type of error.
errorType - Specifies the type of error.ErrorDetails,
ErrorDetailsErrorInfo.Builder errorType(ErrorDetails errorType)
Specifies the type of error.
errorType - Specifies the type of error.ErrorDetails,
ErrorDetailsCopyright © 2023. All rights reserved.