Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unnamed file delete error #805

Merged
1 change: 1 addition & 0 deletions _includes/common/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ The following is a list of all the error codes that can be returned by the Parse
| `FileTooLarge` | 129 | File size exceeds maximum allowed. |
| `FileSaveError` | 130 | Error saving a file. |
| `FileDeleteError` | 153 | File could not be deleted. |
| `FileDeleteUnnamedError` | 161 | Unnamed file could not be deleted. |
{: .docs_table}

## Installation related errors
Expand Down