Skip to content

Commit

Permalink
corrected incorrect error code (parse-community#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Dec 4, 2020
1 parent fa348c4 commit 3191782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/common/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following is a list of all the error codes that can be returned by the Parse
| `InvalidContentLength` | 128 | Invalid content length. |
| `FileTooLarge` | 129 | File size exceeds maximum allowed. |
| `FileSaveError` | 130 | Error saving a file. |
| `FileDeleteError` | 131 | File could not be deleted. |
| `FileDeleteError` | 153 | File could not be deleted. |
{: .docs_table}

## Installation related errors
Expand Down

0 comments on commit 3191782

Please sign in to comment.