Class KafkaConnectException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\KafkaConnect\Exception\KafkaConnectException
- Namespace: Aws\KafkaConnect\Exception
- Located at KafkaConnect/Exception/KafkaConnectException.php
Represents an error interacting with the Managed Streaming for Kafka Connect 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
BadRequestException
[ 'message' => '<string>', ]
Description
HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.
Members
- message
-
- Type: string
ConflictException
[ 'message' => '<string>', ]
Description
HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.
Members
- message
-
- Type: string
ForbiddenException
[ 'message' => '<string>', ]
Description
HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.
Members
- message
-
- Type: string
InternalServerErrorException
[ 'message' => '<string>', ]
Description
HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.
Members
- message
-
- Type: string
NotFoundException
[ 'message' => '<string>', ]
Description
HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.
Members
- message
-
- Type: string
ServiceUnavailableException
[ 'message' => '<string>', ]
Description
HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.
Members
- message
-
- Type: string
TooManyRequestsException
[ 'message' => '<string>', ]
Description
HTTP Status Code 429: Limit exceeded. Resource limit reached.
Members
- message
-
- Type: string
UnauthorizedException
[ 'message' => '<string>', ]
Description
HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.
Members
- message
-
- Type: string