Uses of Class
com.ebasetech.xi.services.HttpError
Package | Description |
---|---|
com.ebasetech.xi.services |
-
Uses of HttpError in com.ebasetech.xi.services
Subclasses of HttpError in com.ebasetech.xi.services Modifier and Type Class Description class
HttpAuthorisationError
HttpAuthorisationError
should be created when aRESTDataConnector
fails with an Authentication Error response code, for example 401class
HttpNotFoundError
NotFoundError
should be created when aRESTDataConnector
fails with an Not Found response code, i.e 404class
HttpRequestError
RequestError
should be created when aRESTDataConnector
fails with an generic request error response codes, i.e 400 Bad Requestclass
HttpServerError
HttpServerError
should be created when aRESTDataConnector
fails with an generic server error response codes, i.e 500 Server Errorclass
HttpUnknownError
HttpUnknownError
should be created when aRESTDataConnector
fails with an unknown response code