| Modifier and Type | Method and Description |
|---|---|
static Error |
BridgeInternal.createError(com.fasterxml.jackson.databind.node.ObjectNode objectNode) |
Error |
DocumentClientException.getError()
Gets the error code associated with the exception.
|
| Constructor and Description |
|---|
DocumentClientException(int statusCode,
Error errorResource,
Map<String,String> responseHeaders)
Creates a new instance of the
DocumentClientException class. |
DocumentClientException(String resourceAddress,
int statusCode,
Error errorResource,
Map<String,String> responseHeaders)
Creates a new instance of the
DocumentClientException class. |
Copyright © 2020. All rights reserved.