Classes | |
---|---|
ErrorMessageExtractor | Extracts an error message from the response body. |
HttpExceptionFactory | Factory for creating HTTP exceptions. |
Interfaces | |
HttpExceptionInterface | Interface for HTTP error exceptions. |
OpenSearchExceptionInterface | Interface for OpenSearch exceptions. |
Exceptions | |
BadMethodCallException | An exception thrown when invalid arguments are passed to a method. |
BadRequestHttpException | Exception thrown when a 400 Bad Request HTTP error occurs. |
ConflictHttpException | Exception thrown when a 409 Conflict HTTP error occurs. |
ForbiddenHttpException | Exception thrown when a 403 Forbidden HTTP error occurs. |
HttpException | Exception thrown when an HTTP error occurs. |
InternalServerErrorHttpException | Exception thrown when a 500 Internal Server Error HTTP error occurs. |
JsonException | Provides an exception for JSON errors. |
NoDocumentsToGetException | Exception thrown when a 500 Internal Server Error HTTP error occurs for No Documents To Get. |
NoShardAvailableException | Exception thrown when a 500 Internal Server Error HTTP error occurs for No Shard Available. |
NotAcceptableHttpException | |
NotFoundHttpException | Exception thrown when a 404 Not Found HTTP error occurs. |
RequestTimeoutHttpException | Exception thrown when a 408 Request Timeout HTTP error occurs. |
RoutingMissingException | Exception thrown when a 500 Internal Server Error HTTP error occurs for Routing Missing. |
RuntimeException | An exception thrown when a runtime error occurs. |
ScriptLangNotSupportedException | Exception thrown when a 400 Bad Request HTTP error occurs for a Script Language Not Supported error. |
ServiceUnavailableHttpException | Exception thrown when a 503 Service Unavailable HTTP error occurs. |
TooManyRequestsHttpException | Exception thrown when a 429 Too Many Requests HTTP error occurs. |
UnauthorizedHttpException | Exception thrown when a 401 Unauthorized HTTP error occurs. |
UnexpectedValueException | An exception thrown when invalid arguments are passed to a method. |