ApiExceptionInterface
extends
Throwable
in
Interface ApiExceptionInterface
Tags
Table of Contents
Methods
- __toString() : string
- API exception must implement valid __toString() method.
- getErrorResponse() : ErrorResponse
- Returns ErrorResponse.
- getStatusCode() : int
- Returns response status code
Methods
__toString()
API exception must implement valid __toString() method.
public
__toString() : string
Return values
stringgetErrorResponse()
Returns ErrorResponse.
public
getErrorResponse() : ErrorResponse
Return values
ErrorResponsegetStatusCode()
Returns response status code
public
getStatusCode() : int