Namespace InfluxDB.Client.Core.Exceptions
Classes
BadGatewayException
The exception for response: HTTP 502 - Bad Gateway.
BadRequestException
The exception for response: HTTP 400 - Bad Request.
ForbiddenException
The exception for response: HTTP 403 - Forbidden.
HttpException
HttpNotImplementedException
The exception for response: HTTP 501 - Not Implemented.
InfluxException
InternalServerErrorException
The exception for response: HTTP 500 - Internal Server Error.
MethodNotAllowedException
The exception for response: HTTP 405 - Method Not Allowed.
NotAcceptableException
The exception for response: HTTP 406 - Not Acceptable.
NotFoundException
The exception for response: HTTP 404 - Not Found.
PaymentRequiredException
The exception for response: HTTP 402 - Payment Required.
ProxyAuthenticationRequiredException
The exception for response: HTTP 407 - Proxy Authentication Required.
RequestEntityTooLargeException
The exception for response: HTTP 413 - Request Entity Too Large.
RequestTimeoutException
The exception for response: HTTP 408 - Request Timeout.
ServiceUnavailableException
The exception for response: HTTP 503 - Service Unavailable.
TooManyRequestsException
The exception for response: HTTP 429 - Too Many Requests.
UnauthorizedException
The exception for response: HTTP 401 - Unauthorized.
UnprocessableEntityException
The exception for response: HTTP 422 - Unprocessable Entity.