Package com.oracle.bmc.http.internal
Class ResponseHelper
- java.lang.Object
-
- com.oracle.bmc.http.internal.ResponseHelper
-
public class ResponseHelper extends Object
A BmcException exception is thrown in response to failures from a REST endpoint.It contains the status code of the HTTP response as well as an application code and message describing the problem.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResponseHelper.ErrorCodeAndMessage
-
Field Summary
Fields Modifier and Type Field Description static Map<Integer,String>
DEFAULT_ERROR_MESSAGES
-
Constructor Summary
Constructors Constructor Description ResponseHelper()
-