Module: Prowly::Response::ErrorCode

Defined in:
lib/prowly/response.rb

Overview

ERRORCODES are documented in www.prowlapp.com/api.php

Constant Summary collapse

BAD =

Bad request, the parameters you provided did not validate, see ERRORMESSAGE.

400
NOT_AUTHORIZED =

Not authorized, the API key given is not valid, and does not correspond to a user.

401
METHOD_NOT_ALLOWED =

Method not allowed, you attempted to use a non-SSL connection to Prowl.

405
NOT_ACCEPTABLE =

Not acceptable, your IP address has exceeded the API limit.

406
INTERNAL_SERVER_ERROR =

Internal server error, something failed to execute properly on the Prowl side.

500