Class ParserException
- Exception
-
RuntimeException
-
Aws\Api\Parser\Exception\ParserException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface uses Aws\HasMonitoringEventsTrait
- Namespace: Aws\Api\Parser\Exception
- Located at Api/Parser/Exception/ParserException.php
Interface for adding and retrieving client-side monitoring events
Methods Summary
- __construct ( $message = '', $code = 0, $previous = null, array $context = [] )
-
getErrorCode ( )
Get the error code, if any.
-
getRequestId ( )
Get the request ID, if any.
-
getResponse ( )
Get the received HTTP response if any.
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasMonitoringEventsTrait
Methods Details
__construct ( $message = '', $code = 0, $previous = null, array $context = [] )
Overrides
Exception::__construct
string|null getErrorCode ( )
Get the error code, if any.
Returns
string|null |
string|null getRequestId ( )
Get the request ID, if any.
Returns
string|null |
Psr\Http\Message\ResponseInterface
|null
getResponse (
)
Get the received HTTP response if any.
Returns
Psr\Http\Message\ResponseInterface |null |