SDK for PHP 3.x

EventStreamDataException extends RuntimeException
in package

Represents an exception that was supplied via an EventStream.

Table of Contents

Methods

__construct()  : mixed
getAwsErrorCode()  : string|null
Get the AWS error code.
getAwsErrorMessage()  : string|null
Get the concise error message if any.

Methods

__construct()

public __construct(mixed $code, mixed $message) : mixed
Parameters
$code : mixed
$message : 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
Return values
string|null
On this page