Class CloudSearchException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CloudSearch\Exception\CloudSearchException
- Namespace: Aws\CloudSearch\Exception
- Located at CloudSearch/Exception/CloudSearchException.php
Represents an error interacting with the Amazon CloudSearch service.
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
BaseException
[ 'Code' => '<string>', 'Message' => '<string>', ]
Description
An error occurred while processing the request.
Members
- Code
-
- Type: string
A machine-parsable string error or warning code.
- Message
-
- Type: string
A human-readable string error or warning message.
DisabledOperationException
[ ]
Description
The request was rejected because it attempted an operation which is not enabled.
Members
InternalException
[ ]
Description
An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
Members
InvalidTypeException
[ ]
Description
The request was rejected because it specified an invalid type definition.
Members
LimitExceededException
[ ]
Description
The request was rejected because a resource limit has already been met.
Members
ResourceAlreadyExistsException
[ ]
Description
The request was rejected because it attempted to create a resource that already exists.
Members
ResourceNotFoundException
[ ]
Description
The request was rejected because it attempted to reference a resource that does not exist.
Members
ValidationException
[ ]
Description
The request was rejected because it has invalid parameters.