43 return $this->response->getStatus();
This interface represents a HTTP response.
getHttpStatus()
The http status code for the error.
This exception represents a HTTP error coming from the Client.
__construct(ResponseInterface $response)
Constructor.
getResponse()
Returns the full response object.
An exception representing a HTTP error.
getStatus()
Returns the current HTTP status code.
getStatusText()
Returns the human-readable status string.