Thrown if the HTTP request returned an unsuccessful status code. Generally 2xx are sucessful, but your application may have a different meaning of 'success'.
AnythingObjectBasic ...and other supertypesThrowableExceptionHttpErrorRequestExceptionExceptionThrowableBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
HttpError(Integer status, String url, String method = ...)Parameters:
|
| Attributes | |
method | shared String methodHTTP Request method. |
status | shared Integer statusNon sucess http status. |
url | shared String urlHTTP Request url. |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
Attributes inherited from: RequestException |
Attributes inherited from: Throwablecause, message, string, suppressed |
| Inherited Methods |
Methods inherited from: Objectequals |
Methods inherited from: ThrowableaddSuppressed, printStackTrace |