We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b5c19 commit c257296Copy full SHA for c257296
_includes/common/errors.md
@@ -78,6 +78,7 @@ The following is a list of all the error codes that can be returned by the Parse
78
| `FileTooLarge` | 129 | File size exceeds maximum allowed. |
79
| `FileSaveError` | 130 | Error saving a file. |
80
| `FileDeleteError` | 153 | File could not be deleted. |
81
+| `FileDeleteUnnamedError` | 161 | Unnamed file could not be deleted. |
82
{: .docs_table}
83
84
## Installation related errors
0 commit comments