| Exception | Description |
|---|---|
| BadGatewayException |
The exception is thrown if a HTTP 502 response code arrived - Bad Gateway.
|
| BadRequestException |
The exception is thrown if a HTTP 400 response code arrived - Bad Request.
|
| ForbiddenException |
The exception is thrown if a HTTP 403 response code arrived - Forbidden.
|
| GatewayTimeoutException |
The exception is thrown if an HTTP 504 response code arrived - Gateway Timeout.
|
| InfluxException |
The base type for Influx errors.
|
| InternalServerErrorException |
The exception is thrown if a HTTP 500 response code arrived - Internal Server Error.
|
| MethodNotAllowedException |
The exception is thrown if a HTTP 405 response code arrived - Method Not Allowed.
|
| NotAcceptableException |
The exception is thrown if a HTTP 406 response code arrived - Not Acceptable.
|
| NotFoundException |
The exception is thrown if a HTTP 404 response code arrived - Not Found.
|
| NotImplementedException |
The exception is thrown if a HTTP 501 response code arrived - Not Implemented.
|
| PaymentRequiredException |
The exception is thrown if a HTTP 402 response code arrived - Payment Required.
|
| ProxyAuthenticationRequiredException |
The exception is thrown if a HTTP 407 response code arrived - Proxy Authentication Required.
|
| RequestEntityTooLargeException |
The exception is thrown if a HTTP 413 response code arrived - Request Entity Too Large.
|
| RequestTimeoutException |
The exception is thrown if a HTTP 408 response code arrived - Request Timeout.
|
| ServiceUnavailableException |
The exception is thrown if a HTTP 503 response code arrived - Service Unavailable.
|
| UnauthorizedException |
The exception is thrown if a HTTP 401 response code arrived - Unauthorized.
|
| 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.
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.