Class EventStreamDataException
- Exception
-
RuntimeException
-
Aws\Exception\EventStreamDataException
- Namespace: Aws\Exception
- Located at Exception/EventStreamDataException.php
Represents an exception that was supplied via an EventStream.
Methods Summary
- __construct ( $code, $message )
-
getAwsErrorCode ( )
Get the AWS error code.
-
getAwsErrorMessage ( )
Get the concise error message if any.
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods Details
__construct ( $code, $message )
Overrides
Exception::__construct
string|null getAwsErrorCode ( )
Get the AWS error code.
Returns
string|null Returns null if no response was received |
string|null getAwsErrorMessage ( )
Get the concise error message if any.
Returns
string|null |