Skip to content

Commit

Permalink
self-serve API, insufficient balance error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Aksonenko committed Jul 5, 2024
1 parent ee95f66 commit 3cff232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/includes/_errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Error Code | Meaning
---------- | -------
400 | Bad Request -- Your request is invalid. Please check your request body and/or parameters.
401 | Unauthorized -- Your API key is invalid.
403 | Forbidden -- You do have access to requested resource.
402 | Payment Required -- Insufficient balance for manual or machine services.
403 | Forbidden -- You do not have access to requested resource.
404 | Not Found -- The requested resource could not be found.
405 | Method Not Allowed -- You tried to access a resource with an invalid method.
406 | Not Acceptable -- You requested a format that isn't json.
Expand Down

0 comments on commit 3cff232

Please sign in to comment.