Class GameLiftException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\GameLift\Exception\GameLiftException
- Namespace: Aws\GameLift\Exception
- Located at GameLift/Exception/GameLiftException.php
Represents an error interacting with the Amazon GameLift 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
ConflictException
[ 'Message' => '<string>', ]
Description
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
Members
FleetCapacityExceededException
[ 'Message' => '<string>', ]
Description
The specified fleet has no available instances to fulfill a CreateGameSession
request. Clients can retry such requests immediately or after a waiting period.
Members
GameSessionFullException
[ 'Message' => '<string>', ]
Description
The game instance is currently full and cannot allow the requested player(s) to join. Clients can retry such requests immediately or after a waiting period.
Members
IdempotentParameterMismatchException
[ 'Message' => '<string>', ]
Description
A game session with this custom ID string already exists in this fleet. Resolve this conflict before retrying this request.
Members
InternalServiceException
[ 'Message' => '<string>', ]
Description
The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests immediately or after a waiting period.
Members
InvalidFleetStatusException
[ 'Message' => '<string>', ]
Description
The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.
Members
InvalidGameSessionStatusException
[ 'Message' => '<string>', ]
Description
The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Resolve the conflict before retrying.
Members
InvalidRequestException
[ 'Message' => '<string>', ]
Description
One or more parameter values in the request are invalid. Correct the invalid parameter values before retrying.
Members
LimitExceededException
[ 'Message' => '<string>', ]
Description
The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.
Members
NotFoundException
[ 'Message' => '<string>', ]
Description
A service resource associated with the request could not be found. Clients should not retry such requests.
Members
OutOfCapacityException
[ 'Message' => '<string>', ]
Description
The specified game server group has no available game servers to fulfill a ClaimGameServer
request. Clients can retry such requests immediately or after a waiting period.
Members
TaggingFailedException
[ 'Message' => '<string>', ]
Description
The requested tagging operation did not succeed. This may be due to invalid tag format or the maximum tag limit may have been exceeded. Resolve the issue before retrying.
Members
TerminalRoutingStrategyException
[ 'Message' => '<string>', ]
Description
The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
Members
UnauthorizedException
[ 'Message' => '<string>', ]
Description
The client failed authentication. Clients should not retry such requests.
Members
UnsupportedRegionException
[ 'Message' => '<string>', ]