hyTags
HomeHome Getting StartedGetting Started 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