From b38083e8c92e9e5984613113c9dc5e3ea3c47430 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:42:10 +0100 Subject: [PATCH] Update error-handler.func --- scripts/core/error-handler.func | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/core/error-handler.func b/scripts/core/error-handler.func index e227c39..8d19d4d 100644 --- a/scripts/core/error-handler.func +++ b/scripts/core/error-handler.func @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------------ # ERROR HANDLER - ERROR & SIGNAL MANAGEMENT # ------------------------------------------------------------------------------ -# Copyright (c) 2021-2025 community-scripts ORG +# Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # ------------------------------------------------------------------------------ @@ -34,9 +34,9 @@ # * Node.js/npm errors (243-249, 254) # * Python/pip/uv errors (210-212) # * PostgreSQL errors (231-234) -# * MySQL/MariaDB errors (260-263) -# * MongoDB errors (251-253) -# * Proxmox custom codes (200-209, 213-223, 225) +# * MySQL/MariaDB errors (241-244) +# * MongoDB errors (251-254) +# * Proxmox custom codes (200-231) # - Returns description string for given exit code # ------------------------------------------------------------------------------ explain_exit_code() { @@ -319,4 +319,4 @@ catch_errors() { trap on_exit EXIT trap on_interrupt INT trap on_terminate TERM -} \ No newline at end of file +}