From 9b41ca5dcacd30f69228d71fcb9ed05be8b542d8 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Wed, 10 Jun 2020 18:17:29 +0200 Subject: [PATCH] Some minor changes --- src/Error.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Error.cpp b/src/Error.cpp index a7111fe..76c7740 100644 --- a/src/Error.cpp +++ b/src/Error.cpp @@ -144,6 +144,9 @@ const std::vector ts::avariableErrors = { define_error_description(file_api_timeout, "the file API call has been timed out"), define_error_description(file_virtual_server_not_registered, "the file server does not know our virtual server"), + define_error_description(file_server_transfer_limit_reached, "the file server reached his max concurrent transfers limit"), + define_error_description(file_client_transfer_limit_reached, "you reached your max concurrent transfers limit"), + {0x0A08, "server_insufficeient_permissions" , "insufficient client permissions" }, {0x0B01, "accounting_slot_limit_reached" , "max slot limit reached" },