public static interface ErrorInfo.Builder extends SdkPojo, CopyableBuilder<ErrorInfo.Builder,ErrorInfo>
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo.Builder |
errorCode(String errorCode)
A number describing the error programmatically.
|
ErrorInfo.Builder |
errorString(String errorString)
An optional field to provide more details about the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorInfo.Builder errorCode(String errorCode)
A number describing the error programmatically.
errorCode - A number describing the error programmatically.
ErrorInfo.Builder errorString(String errorString)
An optional field to provide more details about the error.
errorString - An optional field to provide more details about the error.
Copyright © 2023. All rights reserved.