Some minor changes

This commit is contained in:
WolverinDEV 2020-06-10 18:17:29 +02:00
parent 246e57e69d
commit 9b41ca5dca

View File

@ -144,6 +144,9 @@ const std::vector<ErrorType> 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" },