public static interface ErrorsListItem.Builder extends SdkPojo, CopyableBuilder<ErrorsListItem.Builder,ErrorsListItem>
| Modifier and Type | Method and Description |
|---|---|
ErrorsListItem.Builder |
errorCode(PageBasedErrorCode errorCode)
Error code for the cause of the error.
|
ErrorsListItem.Builder |
errorCode(String errorCode)
Error code for the cause of the error.
|
ErrorsListItem.Builder |
errorMessage(String errorMessage)
Text message explaining the reason for the error.
|
ErrorsListItem.Builder |
page(Integer page)
Page number where the error occurred.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorsListItem.Builder page(Integer page)
Page number where the error occurred.
page - Page number where the error occurred.ErrorsListItem.Builder errorCode(String errorCode)
Error code for the cause of the error.
errorCode - Error code for the cause of the error.PageBasedErrorCode,
PageBasedErrorCodeErrorsListItem.Builder errorCode(PageBasedErrorCode errorCode)
Error code for the cause of the error.
errorCode - Error code for the cause of the error.PageBasedErrorCode,
PageBasedErrorCodeErrorsListItem.Builder errorMessage(String errorMessage)
Text message explaining the reason for the error.
errorMessage - Text message explaining the reason for the error.Copyright © 2023. All rights reserved.