Skip to content

Commit 3191782

Browse files
authored
corrected incorrect error code (#804)
1 parent fa348c4 commit 3191782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/common/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following is a list of all the error codes that can be returned by the Parse
7777
| `InvalidContentLength` | 128 | Invalid content length. |
7878
| `FileTooLarge` | 129 | File size exceeds maximum allowed. |
7979
| `FileSaveError` | 130 | Error saving a file. |
80-
| `FileDeleteError` | 131 | File could not be deleted. |
80+
| `FileDeleteError` | 153 | File could not be deleted. |
8181
{: .docs_table}
8282

8383
## Installation related errors

0 commit comments

Comments
 (0)