REQUEST_INVALID
REQUEST_INVALID
Response exception object
__construct(string|null $message, int $code, string|null $id, string|null $auxCode)
Constructor
| string|null | $message | The message from the error response |
| int | $code | The error code from the response (http status code) |
| string|null | $id | The log id of the error record |
| string|null | $auxCode | The auxCode from the error response |
setId( $id) : \CheddarGetter_Response_Exception
Set the error log id
| $id |
setAuxCode( $auxCode) : \CheddarGetter_Response_Exception
Set the auxCode
| $auxCode |