Skip to content

Commit c257296

Browse files
authored
added error code (parse-community#805)
1 parent 95b5c19 commit c257296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/common/errors.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The following is a list of all the error codes that can be returned by the Parse
7878
| `FileTooLarge` | 129 | File size exceeds maximum allowed. |
7979
| `FileSaveError` | 130 | Error saving a file. |
8080
| `FileDeleteError` | 153 | File could not be deleted. |
81+
| `FileDeleteUnnamedError` | 161 | Unnamed file could not be deleted. |
8182
{: .docs_table}
8283

8384
## Installation related errors

0 commit comments

Comments
 (0)