public static interface BatchGetDocumentStatusResponseError.Builder extends SdkPojo, CopyableBuilder<BatchGetDocumentStatusResponseError.Builder,BatchGetDocumentStatusResponseError>
| Modifier and Type | Method and Description |
|---|---|
BatchGetDocumentStatusResponseError.Builder |
documentId(String documentId)
The identifier of the document whose status could not be retrieved.
|
BatchGetDocumentStatusResponseError.Builder |
errorCode(ErrorCode errorCode)
Indicates the source of the error.
|
BatchGetDocumentStatusResponseError.Builder |
errorCode(String errorCode)
Indicates the source of the error.
|
BatchGetDocumentStatusResponseError.Builder |
errorMessage(String errorMessage)
States that the API could not get the status of a document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetDocumentStatusResponseError.Builder documentId(String documentId)
The identifier of the document whose status could not be retrieved.
documentId - The identifier of the document whose status could not be retrieved.BatchGetDocumentStatusResponseError.Builder errorCode(String errorCode)
Indicates the source of the error.
BatchGetDocumentStatusResponseError.Builder errorCode(ErrorCode errorCode)
Indicates the source of the error.
BatchGetDocumentStatusResponseError.Builder errorMessage(String errorMessage)
States that the API could not get the status of a document. This could be because the request is not valid or there is a system error.
errorMessage - States that the API could not get the status of a document. This could be because the request is not
valid or there is a system error.Copyright © 2023. All rights reserved.