From 0166eabab5ee2c175005006b5f346f9e79a2d71e Mon Sep 17 00:00:00 2001 From: Manuel Trezza Date: Fri, 4 Dec 2020 21:01:03 +0100 Subject: [PATCH] corrected incorrect error code --- _includes/common/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/common/errors.md b/_includes/common/errors.md index 6ac7ae174..f134addd1 100644 --- a/_includes/common/errors.md +++ b/_includes/common/errors.md @@ -77,7 +77,7 @@ The following is a list of all the error codes that can be returned by the Parse | `InvalidContentLength` | 128 | Invalid content length. | | `FileTooLarge` | 129 | File size exceeds maximum allowed. | | `FileSaveError` | 130 | Error saving a file. | -| `FileDeleteError` | 131 | File could not be deleted. | +| `FileDeleteError` | 153 | File could not be deleted. | {: .docs_table} ## Installation related errors