From 1e7df54da09a200173c72b4bd925a3ad2cea69f7 Mon Sep 17 00:00:00 2001 From: Manuel Trezza Date: Sat, 5 Dec 2020 01:18:37 +0100 Subject: [PATCH] added error code --- _includes/common/errors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/common/errors.md b/_includes/common/errors.md index f134addd1..99000fe57 100644 --- a/_includes/common/errors.md +++ b/_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 | `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