Namespaces
OpenSearch
Aws
Common
ConnectionPool
Connections
Endpoints
Exception
Handlers
Helper
HttpClient
Namespaces
Serializers
Classes
ErrorMessageExtractor
HttpExceptionFactory
Interfaces
HttpExceptionInterface
OpenSearchExceptionInterface
Exceptions
BadMethodCallException
BadRequestHttpException
ConflictHttpException
ForbiddenHttpException
HttpException
InternalServerErrorHttpException
JsonException
NoDocumentsToGetException
NoShardAvailableException
NotAcceptableHttpException
NotFoundHttpException
RequestTimeoutHttpException
RoutingMissingException
RuntimeException
ScriptLangNotSupportedException
ServiceUnavailableHttpException
TooManyRequestsHttpException
UnauthorizedHttpException
UnexpectedValueException
Overview
Namespace
Class
Tree
1:
<?php
2:
3:
declare
(strict_types=
1
);
4:
5:
namespace
OpenSearch\Exception;
6:
7:
/**
8:
* Exception thrown when a 500 Internal Server Error HTTP error occurs for No Documents To Get.
9:
*/
10:
class
NoDocumentsToGetException
extends
InternalServerErrorHttpException
11:
{
12:
}
13: