public class RestException extends Object
Modifier and Type | Method and Description |
---|---|
static RestException |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Build an exception from a JSON blob.
|
Integer |
getCode() |
String |
getMessage() |
String |
getMoreInfo() |
Integer |
getStatus() |
public static RestException fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- JSON blobobjectMapper
- JSON readerpublic Integer getCode()
public String getMessage()
public String getMoreInfo()
public Integer getStatus()
Copyright © 2019 Twilio, Inc. All Rights Reserved.