forked from cydrobolt/polr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix custom ending bug affecting non-truthy endings, update documentat…
…ion for API error updates
- Loading branch information
Showing
5 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## API Error Text Codes | ||
|
||
`SERVER_ERROR`: A generic, unhandled error has occured. | ||
|
||
`JSON_ONLY`: Only JSON-encoded data is available for this endpoint. | ||
|
||
`MISSING_PARAMETERS`: Invalid or missing parameters. | ||
|
||
`NOT_FOUND`: Object not found. | ||
|
||
`ACCESS_DENIED`: User is not authorized to access the object. | ||
|
||
`INVALID_ANALYTICS_TYPE`: Invalid analytics type requested. | ||
|
||
`CREATION_ERROR`: An error occurred while creating the object. | ||
|
||
`AUTH_ERROR`: An error occured while attempting to authenticate the user to the API. | ||
|
||
`QUOTA_EXCEEDED`: User's API usage has exceeded alloted quota. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters