getIsSuccessful() public method public boolean getIsSuccessful ( )return boolean Whether this response is successful
getIsServerError() public method public boolean getIsServerError ( )return boolean Whether this response indicates a server error
getIsRedirection() public method public boolean getIsRedirection ( )return boolean Whether this response is a redirection
getIsOk() public method public boolean getIsOk ( )return boolean Whether this response is OK
getIsNotFound() public method public boolean getIsNotFound ( )return boolean Whether this response indicates the currently requested resource is not found
getIsInvalid() public method public boolean getIsInvalid ( )return boolean Whether this response has a valid $statusCode.
getIsInformational() public method public boolean getIsInformational ( )return boolean Whether this response is informational
getIsForbidden() public method public boolean getIsForbidden ( )return boolean Whether this response indicates the current request is forbidden
getIsEmpty() public method public boolean getIsEmpty ( )return boolean Whether this response is empty
getIsClientError() public method public boolean getIsClientError ( )return boolean Whether this response indicates a client error
Page 51 of 633