public class RequestException extends ClientException
Client request.| Modifier and Type | Field and Description |
|---|---|
protected static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getDetails()
If the error from Orchestrate includes a details map, it will be exposed here.
|
java.lang.String |
getInfo()
'info' is a commonly included detail for Orchestrate errors.
|
java.lang.String |
getLocator()
The locator code in the response, if present.
|
java.lang.String |
getRawResponse()
Returns the raw response body that the Orc service returned.
|
java.lang.String |
getRequestId()
Returns the HTTP response ID from the failed request.
|
int |
getStatusCode()
Returns the HTTP status code from the failed request.
|
public int getStatusCode()
public java.lang.String getRequestId()
The response ID is used to help with debugging the query in the Orchestrate.io service.
public java.util.Map getDetails()
public java.lang.String getLocator()
public java.lang.String getRawResponse()
public java.lang.String getInfo()