Class SDKError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.styra.opa.openapi.models.errors.SDKError
- All Implemented Interfaces:
Serializable
Thrown by a service call when an error response occurs. Contains details about the response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSDKError
(HttpResponse<InputStream> rawResponse, int code, String message, byte[] body) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace