Skip to content

Commit

Permalink
Update parse.d.ts
Browse files Browse the repository at this point in the history
Add additional error codes
  • Loading branch information
campers committed May 6, 2015
1 parent f324419 commit 9d7073f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parse/parse.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,9 @@ declare module Parse {
INVALID_IMAGE_DATA = 150,
UNSAVED_FILE_ERROR = 151,
INVALID_PUSH_TIME_ERROR = 152,
FILE_DELETE_ERROR = 153,
REQUEST_LIMIT_EXCEEDED = 155,
INVALID_EVENT_NAME = 160,
USERNAME_MISSING = 200,
PASSWORD_MISSING = 201,
USERNAME_TAKEN = 202,
Expand All @@ -860,6 +863,7 @@ declare module Parse {
SESSION_MISSING = 206,
MUST_CREATE_USER_THROUGH_SIGNUP = 207,
ACCOUNT_ALREADY_LINKED = 208,
INVALID_SESSION_TOKEN = 209,
LINKED_ID_MISSING = 250,
INVALID_LINKED_SESSION = 251,
UNSUPPORTED_SERVICE = 252,
Expand Down

0 comments on commit 9d7073f

Please sign in to comment.