http_status_code,PushoverResponse-method: Return the HTTP status code returned by a Pushover API query
Description
Get the HTTP status code returned from a Pushover API
query. Successful queries return 200, 4xx indicates query
errors (see the errors
list in the content
slot of a PushoverResponse-class
object), and 500
indicates a connection problem.Usage
## S3 method for class 'PushoverResponse':
http_status_code(object)
Value
- The numeric HTTP status code used in response to a Pushover
query