hyTags
HomeHome DocumentationDocumentation

response-is-error

Checks if the response status indicates an error (status code outside 200-299).
Parameter
Type
Description
self
Response
The response to check
return
bool
True if the response status is not a success status, false otherwise
Test succeeded Test failed