Class CloudSearchDomainException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CloudSearchDomain\Exception\CloudSearchDomainException
- Namespace: Aws\CloudSearchDomain\Exception
- Located at CloudSearchDomain/Exception/CloudSearchDomainException.php
Represents an error interacting with an Amazon CloudSearch Domain.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
DocumentServiceException
[ 'message' => '<string>', 'status' => '<string>', ]
Description
Information about any problems encountered while processing an upload request.
Members
- message
-
- Type: string
The description of the errors returned by the document service.
- status
-
- Type: string
The return status of a document upload request,
error
orsuccess
.
SearchException
[ 'message' => '<string>', ]
Description
Information about any problems encountered while processing a search request.
Members
- message
-
- Type: string
A description of the error returned by the search service.