| Package | Description |
|---|---|
| com.influxdb.exceptions | |
| com.influxdb.internal | |
| com.influxdb.query.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
BadGatewayException
The exception is thrown if a HTTP 502 response code arrived - Bad Gateway.
|
class |
BadRequestException
The exception is thrown if a HTTP 400 response code arrived - Bad Request.
|
class |
ForbiddenException
The exception is thrown if a HTTP 403 response code arrived - Forbidden.
|
class |
InternalServerErrorException
The exception is thrown if a HTTP 500 response code arrived - Internal Server Error.
|
class |
MethodNotAllowedException
The exception is thrown if a HTTP 405 response code arrived - Method Not Allowed.
|
class |
NotAcceptableException
The exception is thrown if a HTTP 406 response code arrived - Not Acceptable.
|
class |
NotFoundException
The exception is thrown if a HTTP 404 response code arrived - Not Found.
|
class |
NotImplementedException
The exception is thrown if a HTTP 501 response code arrived - Not Implemented.
|
class |
PaymentRequiredException
The exception is thrown if a HTTP 402 response code arrived - Payment Required.
|
class |
ProxyAuthenticationRequiredException
The exception is thrown if a HTTP 407 response code arrived - Proxy Authentication Required.
|
class |
RequestEntityTooLargeException
The exception is thrown if a HTTP 413 response code arrived - Request Entity Too Large.
|
class |
RequestTimeoutException
The exception is thrown if a HTTP 408 response code arrived - Request Timeout.
|
class |
ServiceUnavailableException
The exception is thrown if a HTTP 503 response code arrived - Service Unavailable.
|
class |
UnauthorizedException
The exception is thrown if a HTTP 401 response code arrived - Unauthorized.
|
class |
UnprocessableEntityException
Indicates that the server understands the content type of the request entity, and the syntax of the request entity
is correct, but it was unable to process the contained instructions.
|
| Modifier and Type | Method and Description |
|---|---|
protected InfluxException |
AbstractRestClient.responseToError(retrofit2.Response<?> response) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractRestClient.execute(retrofit2.Call<T> call) |
| Modifier and Type | Class and Description |
|---|---|
class |
FluxCsvParserException
|
class |
FluxQueryException
The error that occurs during execution Flux query.
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.