EventStreamDataException
extends RuntimeException
in package
Represents an exception that was supplied via an EventStream.
Table of Contents
- $errorCode : mixed
- $errorMessage : mixed
- __construct() : mixed
- getAwsErrorCode() : string|null
- Get the AWS error code.
- getAwsErrorMessage() : string|null
- Get the concise error message if any.
Properties
$errorCode
private
mixed
$errorCode
$errorMessage
private
mixed
$errorMessage
Methods
__construct()
public
__construct(mixed $code, mixed $message) : mixed
Parameters
- $code : mixed
- $message : mixed
Return values
mixed —getAwsErrorCode()
Get the AWS error code.
public
getAwsErrorCode() : string|null
Return values
string|null —Returns null if no response was received
getAwsErrorMessage()
Get the concise error message if any.
public
getAwsErrorMessage() : string|null