| Package | Description |
|---|---|
| com.microsoft.azure.cosmosdb |
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. All rights reserved.