Module: BtrCodes

Included in:
Btrieve
Defined in:
lib/btrieve/btrieve_const.rb

Overview

Btrieve codes used to talk with the BTR engine.

Constant Summary collapse

OK =
0
KEY_NOT_FOUND =
4
EOF =
9
OPEN =
0
CLOSE =
1
INSERT =
2
UPDATE =
3
DELETE =
4
GET_EQUAL =
5
GET_NEXT =
6
GET_PREVIOUS =
7
GET_GREATER_THAN_OR_EQUAL =
9
GET_LESS_THAN_OR_EQUAL =
11
GET_FIRST =
12
BEGIN_TRANSACTION =
19
END_TRANSACTION =
20
ABORT_TRANSACTION =
21
GET_POSITION =
22
GET_DIRECT =
23
STEP_NEXT =
24
STOP =
25
RESET =
28
GET_NEXT_EXTENDED =
36
STEP_NEXT_EXTENDED =
38
GET_EQUAL_KEY =
55
GET_NEXT_KEY =
56
POS_BLOCK_SIZE =
128
RECORD_POSITION_SIZE =
4
NULL_KEY =
0x00
NO_LOGICAL_CURRENCY_KEY =
-1
SYSTEM_LOG_KEY =
125
NULL_BUFFER =
''
NORMAL_MODE =
0x00
ACCELERATED_MODE =
0xFF
READ_ONLY_MODE =
0xFE
VERIFY_MODE =
0xFD
EXCLUSIVE_MODE =
0xFC
LOCAL_NORMAL_MODE =
0x06
LOCAL_ACCELERATED_MODE =
0x07
LOCAL_READ_ONLY_MODE =
0x08
LOCAL_EXCLUSIVE_MODE =
0x08
REMOTE_NORMAL_MODE =
0x63
REMOTE_ACCELERATED_MODE =
0x64
REMOTE_READ_ONLY_MODE =
0x65
REMOTE_EXCLUSIVE_MODE =
0x67
NO_CURRENCY_CHANGE =
0xFF
MAX_DATATYPE =
200
EXCEPTION_MESSAGES =

Exception messages potentially returned by the BTR engine

{
  1=>"The operation parameter is invalid.",
  2=>"The application encountered an I/O error.",
  3=>"The file is not open.",
  4=>"The application cannot find the key value.",
  5=>"The record has a key field containing a duplicate key value.",
  6=>"The key number parameter is invalid.",
  7=>"The key number has changed.",
  8=>"The current positioning is invalid.",
  9=>"The operation encountered the end-of-file.",
  10=>"The key field is not modifiable.",
  11=>"The specified filename is invalid.",
  12=>"The MicroKernel cannot find the specified file.",
  13=>"The MicroKernel could not open the extension file for an extended file.",
  14=>"The MicroKernel cannot create or open the pre-image file.",
  15=>"The application encountered an I/O error during pre-imaging.",
  16=>"The application encountered an expansion error.",
  18=>"The disk is full.",
  19=>"The application encountered an unrecoverable error.",
  20=>"The MicroKernel or Btrieve Requester is inactive.",
  21=>"The key buffer parameter is too short.",
  22=>"The data buffer parameter is too short.",
  23=>"The position block parameter is not 128 bytes long.",
  24=>"The page size or data buffer size is invalid.",
  25=>"The application cannot create the specified file.",
  26=>"The number of keys specified is invalid.",
  27=>"The key position is invalid.",
  28=>"The record length is invalid.",
  29=>"The key length is invalid.",
  30=>"The file specified is not a MicroKernel file.",
  31=>"The file is already extended.",
  32=>"The file cannot be extended.",
  33=>"The MicroKernel cannot unload.",
  34=>"The specified extension name is invalid.",
  35=>"The application encountered a directory error.",
  37=>"Another transaction is active.",
  38=>"The MicroKernel encountered a transaction control file I/O error.",
  39=>"A Begin Transaction operation must precede an End/Abort Transaction operation.",
  40=>"The file access request exceeds the maximum number of files allowed.",
  41=>"The MicroKernel does not allow the attempted operation.",
  42=>"A file previously opened in Accelerated mode was not closed.",
  43=>"The specified record address is invalid.",
  44=>"The specified key path is invalid.",
  45=>"The specified key flags are invalid.",
  46=>"Access to the requested file is denied.",
  47=>"The number of files opened exceeds the maximum allowed.",
  48=>"The alternate collating sequence definition is invalid.",
  49=>"The extended key type is invalid.",
  50=>"The file owner is already set.",
  51=>"The owner name is invalid.",
  52=>"An error occurred while writing to the cache.",
  53=>"The language interface version is invalid.",
  54=>"The variable-length portion of the record is corrupt.",
  55=>"The application specified an invalid attribute for an AUTOINCREMENT key.",
  56=>"An index is incomplete.",
  57=>"An expanded memory error occurred.",
  58=>"The compression buffer length is too short.",
  59=>"The specified file already exists.",
  60=>"The specified reject count has been reached.",
  61=>"The work space is too small.",
  62=>"The descriptor is incorrect.",
  63=>"The data buffer parameter specified on an Insert Extended operation is invalid.",
  64=>"The filter limit has been reached.",
  65=>"The field offset is incorrect.",
  66=>"The maximum number of open databases has been exceeded.",
  67=>"The MicroKernel cannot open the SQL data dictionary files.",
  68=>"The MicroKernel cannot perform the RI Delete Cascade operation.",
  69=>"The Delete operation specified a file that is damaged.",
  71=>"There is a violation of the RI definitions.",
  72=>"The MicroKernel cannot open the RI referenced file.",
  73=>"The RI definition is out of sync.",
  74=>"The MicroKernel aborted the transaction.",
  76=>"There is a conflict on the referenced file.",
  77=>"The application encountered a wait error.",
  78=>"The MicroKernel detected a deadlock condition.",
  79=>"A programming error occurred.",
  80=>"The MicroKernel encountered a record-level conflict.",
  81=>"The MicroKernel encountered a lock error.",
  82=>"The MicroKernel lost positioning.",
  83=>"The MicroKernel attempted to update or delete a record that was read outside the transaction.",
  84=>"The record or page is locked.",
  85=>"The file is locked.",
  86=>"The file table is full.",
  87=>"The handle table is full.",
  88=>"The application encountered an incompatible mode error.",
  89=>"A name error occurred.",
  90=>"The redirected device table is full.",
  91=>"The application encountered a server error.",
  92=>"The transaction table is full.",
  93=>"The record lock types are incompatible.",
  94=>"The application encountered a permission error.",
  95=>"The session is no longer valid.",
  96=>"A communications environment error occurred.",
  97=>"The data buffer is too small.",
  98=>"The MicroKernel detected an internal transaction error.",
  99=>"The Btrieve Requester is unable to access the NetWare Runtime server.",
  100=>"No cache buffers are available.",
  101=>"Insufficient operating system memory is available.",
  102=>"Insufficient stack space is available.",
  103=>"The chunk offset is too big.",
  104=>"The MicroKernel does not recognize the locale.",
  105=>"The file cannot be created with Variable-tail Allocation Tables (VATs).",
  106=>"The MicroKernel cannot perform a Get Next Chunk operation.",
  107=>"The application attempted to perform a chunk operation on a pre-v6.0 file.",
  109=>"An unknown error was encountered either creating or accessing a semaphore.",
  110=>"The MicroKernel cannot access the archival logging configuration file.",
  111=>"The specified filename was not found in the archival logging configuration file.",
  112=>"The specified file is in use by another client.",
  113=>"The MicroKernel cannot find the archival log for the specified file.",
  114=>"The archival log for the specified file is invalid.",
  115=>"The MicroKernel cannot access the archival logging dump file.",
  116=>"The file is owned by another Microkernel engine acting as a Gateway.",
  130=>"The MicroKernel ran out of system locks.",
  132=>"The file has reached its size limit.",
  133=>"More than 5 concurrent users attempted to access the same data file.",
  134=>"The MicroKernel cannot read the International Sorting Rule.",
  135=>"The specified ISR table is corrupt or otherwise invalid.",
  136=>"The MicroKernel cannot find the specified Alternate Collating Sequence in the file.",
  138=>"The NULL indicator position is invalid.",
  139=>"The MicroKernel has detected an unacceptable value in the key number.",
  140=>"The savepoint ID is invalid.",
  143=>"The MicroKernel cannot allow unauthorized access to files in a secure MicroKernel database.",
  146=>"Duplicate system key.",
  147=>"The log segment is missing.",
  148=>"A roll forward error occurred.",
  149=>"SQL Trigger.",
  161=>"The maximum number of user count licenses has been reached.",
  162=>"The client table is full. Try increasing the number of Active Clients in the MicroKernel Database Engine System Resource setting.",
  163=>"The NULL indicator cannot be the last segment.",
  1001=>"The lock parameter is out of range.",
  1002=>"A memory allocation error occurred.",
  1003=>"An invalid memory size parameter was specified.",
  1004=>"A page size error occurred.",
  1005=>"The pre-image or lock file drive parameter is invalid.",
  1006=>"The pre-image buffer parameter is out of range.",
  1007=>"The files parameter is out of range.",
  1008=>"The initialization parameter is invalid.",
  1009=>"The transaction filename parameter is invalid.",
  1010=>"An error occurred during the access of the transaction control file.",
  1011=>"The compression buffer parameter is out of range.",
  1012=>"Invalid /n: option.",
  1013=>"The task list is full.",
  1015=>"One of the pointer parameters passed to the MicroKernel is invalid.",
  1016=>"The MicroKernel is already initialized.",
  1017=>"The Btrieve Requester is unable to find the resource file WBTRVRES.DLL.",
  1018=>"The application attempted to call the MicroKernel from a Btrieve callback function.",
  1019=>"The MicroKernel cancelled the current Btrieve operation at the request of the application's Btrieve callback function.",
  1020=>"Btrieve Requester Interface communications error.",
  1021=>"The MicroKernel failed to initialize.",
  1022=>"The MicroKernel is shutting down.",
  2000=>"Internal error.",
  2001=>"The memory allocation is insufficient.",
  2003=>"The Requester does not allow local access to the specified file.",
  2004=>"SPX is not installed.",
  2005=>"An incorrect version of SPX is installed.",
  2006=>"There is no available SPX connection.",
  2007=>"A pointer parameter is invalid.",
  2008=>"Router cannot find engine.",
  2009=>"Cannot load MicroKernel Router component.",
  2010=>"Thunk not possible - the Win32 MicroKernel router could not be found or is incompatible.",
  2011=>"Btrieve requester resource DLL not loaded.",
  2012=>"The Btrieve requester encountered an operating system error.",
  2200=>"XLT Winsock Error.",
  2201=>"XLT RPC Error.",
  2300=>"No more database names are defined.",
  2301=>"The database name is invalid.",
  2302=>"Invalid buffer length.",
  2303=>"The database name must be unique; the specified database name already exists.",
  2304=>"The database type is invalid.",
  2305=>"The specified path for data dictionary or data file locations is invalid.",
  2306=>"DBNAMES.CFG could not be updated.",
  2307=>"Cannot open DBNAMES.CFG file.",
  2308=>"The specified RI flag is invalid.",
  2309=>"The database is in use.",
  2312=>"The bound database cannot share table data files.",
  2313=>"The bound database cannot share data dictionary files.",
  2314=>"Cannot create DBNAMES.CFG file.",
  2316=>"Cannot create DDF files for the bound database.",
  2324=>"Data dictionary files are not bound.",
  2325=>"Data dictionary files are already bound.",
  2326=>"Data dictionary files are bound, but do not need to be bound.",
  2329=>"Data file for a table is not bound.",
  2330=>"Data file for a table is bound, but does not need to be bound.",
  2331=>"Not allowed to change data dictionary location and change name at the same time.",
  2332=>"Not allowed to bind database and change name at the same time.",
  2333=>"Not allowed to unbind database and change name at the same time.",
  2334=>"Not allowed to create a data dictionary files and change name at the same time.",
  2335=>"Not allowed to change data locations and change name at the same time.",
  2336=>"Not allowed to change data dictionary location and bind database at the same time.",
  2337=>"Not allowed to change data dictionary location and unbind database at the same time.",
  2338=>"Not allowed to change the dictionary location and create dictionary files at the same time.",
  2339=>"Not allowed to create data dictionary files and bind database at the same time.",
  2340=>"Not allowed to create data dictionary and unbind database at the same time.",
  2341=>"Not allowed to bind database and change data locations at the same time.",
  2342=>"Not allowed to unbind database and change data locations at the same time.",
  2343=>"Named database general error.",
  3000=>"The MicroKernel router encountered a memory allocation error.",
  3001=>"Local access is unavailable to the MicroKernel router.",
  3002=>"The MicroKernel router resource DLL is unavailable.",
  3003=>"The MicroKernel router detected an incompatible network component.",
  3004=>"The MicroKernel is not responding to the MicroKernel router.",
  3005=>"The MicroKernel router encountered an operating system error.",
  3006=>"The MicroKernel router detected an invalid session.",
  3008=>"Invalid configuration for MicroKernel router.",
  3009=>"NETinterface.DLL is not loaded.",
  3010=>"NetWare API DLLs are not loaded.",
  3011=>"Thunk not possible - the Win32 MicroKernel router could not be found or is incompatible.",
  3012=>"Local engine is not accessible to the MicroKernel router.",
  3013=>"The remote engine is inaccessible to the MicroKernel router because the networking component is not loaded.",
  3014=>"The MicroKernel router cannot find an engine.",
  3015=>"The MicroKernel router encountered an initialization error.",
  3016=>"The MicroKernel router encountered an internal error.",
  3017=>"Data buffer of the local engine is too small.",
  3018=>"The file is already closed.",
  3019=>"The MicroKernel router encountered a semaphore error.",
  3020=>"An error occurred while loading the MicroKernel.",
  3021=>"The MicroKernel router received a badly formatted data packet.",
  3022=>"The MicroKernel router could not send the request to the remote engine because the specified data buffer length resulted in a data packet object that is too large.",
  3023=>"The task table of the MicroKernel router is full.",
  3025=>"Cannot load IDS client requester.",
  3026=>"Incompatible IDS client requester.",
  3027=>"Connection failure to IDS target server.",
  3028=>"Login failure to IDS target server.",
  3029=>"IDS Not Allowed.",
  3030=>"Remote access not allowed.",
  3103=>"Server name not found by Pervasive Network Services Layer.",
  3104=>"The Pervasive Network Services Layer encountered a permission error.",
  3105=>"No available transport protocol for the Pervasive Network Services Layer.",
  3106=>"The Pervasive Network Services Layer encountered a connection failure.",
  3107=>"The Pervasive Network Services Layer is out of memory.",
  3108=>"The Pervasive Network Services Layer detected an invalid session.",
  3110=>"The network layer is not connected.",
  3111=>"Failure during send to the target server.",
  3112=>"Failure during receive from the target server.",
  3114=>"The routing table of the Pervasive Network Services Layer is full.",
  3115=>"Pervasive Network Services Layer encountered a transport failure.",
  3119=>"No authentication context is available.",
  3124=>"Pervasive Network Services Layer task table is full.",
  3125=>"The Pervasive Network Services Layer was unable to resolve the Novell Directory Services name into a NetWare server name.",
  3126=>"The Pervasive Network Services Layer was unable to resolve the given filename into a valid path.",
  3127=>"Failure during send to the IDS target server.",
  3128=>"Failure during receive from the IDS target server.",
  3131=>"Pervasive Network Services Layer encountered an error while reconnecting.",
  4083=>"Component not loaded.",
  4086=>"An internal error occurred. Utilities Requester receive size too small.",
  7002=>"The key number is invalid.",
  7003=>"The User Count Manager cannot write to the key file.",
  7004=>"The User Count Manager cannot write to the specified file.",
  7005=>"The User Count Manager cannot read the key file.",
  7006=>"The User Count Manager cannot read the specified file.",
  7007=>"The User Count Manager encountered a premature end of file.",
  7008=>"The User Count Manager cannot open the specified file.",
  7009=>"The User Count Manager cannot modify the specified file.",
  7010=>"The User Count Manager cannot find the specified file.",
  7011=>"You cannot increase the user count with the same key number twice.",
  7012=>"The key file integrity has been compromised.",
  7013=>"The key type is invalid.",
  7014=>"The User Count Manager is already in use. Try again later.",
  7016=>"The User Count Manager cannot read the specified file; the file may be corrupt.",
  7017=>"UCMGR-310: Serial number synchronization error. Unable to find valid stamp area.",
  7018=>"UCMGR-311: Serial number synchronization error. Invalid stamp area read.",
  7019=>"UCMGR-312: Serial number synchronization error. One or more stamp numbers read do not match.",
  7020=>"UCMGR-313: Serial number synchronization error. Could not write stamp number to one of the files. Make sure the database engine is not loaded and that you have access rights to the files.",
  7021=>"UCMGR-314: Serial number synchronization error. Files have not been stamped and the user count key file exists.",
  7022=>"UCMGR-315: Serial number synchronization error. The key file stamp number does not match the stamp number in the other files.",
  7023=>"UCMGR-316: Serial number synchronization error. Files have been stamped but the user count key file does not exist. If you have made a backup copy of your user count key file (<plat>UCMGR.SYS), please restore it to the database engine directory.",
  7026=>"The User Count Manager cannot find the diskette key file: UCMGR.KEY.",
  7028=>"The diskette key has already been applied.",
  7029=>"The User Count Manager cannot read the diskette key file.",
  7030=>"DOS partition services are not present.",
  7031=>"The User Count Manager cannot copy the diskette key file.",
  7032=>"The User Count Manager cannot open the diskette key file.",
  7033=>"The User Count Manager cannot write to the diskette key file.",
  7035=>"The serial numbers do not match.",
  7036=>"The serial numbers do not match.",
  7037=>"The serial numbers do not match.",
  7038=>"The serial numbers do not match.",
  7039=>"The User Count Manager cannot delete the specified file.",
  7040=>"The User Count Manager cannot rename the specified file.",
  7041=>"The User Count Manager is not initialized.",
  7042=>"The User Count Manager cannot determine the platform.",
  7046=>"The User Count Manager cannot migrate Btrieve user count.",
  7048=>"The operation is invalid for Btrieve v6.1x migration.",
  7049=>"User count license is already unlimited for this product.",
  7050=>"Incorrect user count resource DLL.",
  7051=>"Incorrect major version of user count resource DLL.",
  7052=>"Incorrect minor version of user count resource DLL.",
  7053=>"Incorrect patch number for user count resource DLL.",
  7054=>"License key does not match product version.",
  7061=>"Your Pervasive Database engine expired on <date>. Please contact Pervasive Software for more information.",
  7062=>"Your Pervasive Database engine will expire on <date> because you have a temporary license key.",
  7063=>"Your user count license limit has been reached.",
  7064=>"The license you tried to remove does not exist.",
  7065=>"The product for which you requested the user count license does not exist.",
  8001=>"The Services DLL encountered an error while allocating memory.",
  8002=>"The component ID string was not found.",
  8003=>"Thunk path is not accessible to the Services DLL.",
  8005=>"Interface not initialized.",
  8006=>"The specified component was not found.",
  8007=>"Error retrieving Win32 version information.",
  8008=>"Information mismatch in component ID.",
  8009=>"Required information missing in component ID.",
  8010=>"Error while opening a file to retrieve component ID.",
  8012=>"Required information for binding rule is missing.",
  8013=>"Error locating a component.",
  8016=>"Invalid instance specified.",
  8017=>"Invalid version information structure.",
  8018=>"Item not found by Services DLL.",
  8019=>"Library not accepting interface requests.",
  8020=>"Error loading component.",
  8022=>"Component not initialized.",
  8023=>"Invalid filename passed to Services DLL.",
  8024=>"Invalid function name.",
  8027=>"Required attribute missing in component ID.",
  8030=>"Return buffer too small for information.",
  8032=>"Component ID is invalid.",
  8035=>"Invalid interface for NetWare platform.",
  8039=>"Invalid operating system handle specified.",
  8040=>"CRC check on component ID failed.",
  8500=>"An error occurred during the Smart Components initialization.",
  8502=>"An error occurred when trying to locate W3UPIXYY.DLL.",
  8503=>"An invalid W3UPIXYY.DLL has been found.",
  8504=>"An error occurred when trying to create system semaphore.",
  8505=>"An initialization error occurred when trying to establish a session with the workstation engine.",
  8506=>"A fatal error occurred when loading the MicroKernel.",
  8507=>"No valid session was found.",
  8508=>"An error occurred when attempting to enable Btrieve access.",
  8509=>"A timeout occurred during the initialization of the MicroKernel.",
  8510=>"A fatal error occurred when loading the Scalable SQL engine.",
  8511=>"An error occurred when attempting to enable SQL access.",
  8512=>"A timeout occurred during the initialization of the Scalable SQL engine.",
  8513=>"An error occurred when disabling Btrieve access.",
  8514=>"An error occurred when unloading the MicroKernel.",
  8515=>"An error occurred when disabling SQL access.",
  8516=>"An error occurred when unloading the Scalable SQL engine.",
  8517=>"An error occurred when closing the session with the workstation engine.",
  8518=>"An error occurred when attempting to allocate system memory.",
  8519=>"A fatal error occurred when loading the SRDE.",
  8520=>"A timeout occurred during the initialization of the SRDE module.",
  8521=>"An error occurred when unloading the SRDE module.",
  8590=>"An error occurred in the database manager while initializing Smart Components Manager.",
  8591=>"The database manager is already loaded.",
  8592=>"Insufficient memory to load the database manager.",
  8593=>"An error occurred while the database manager was creating a system thread.",
  8594=>"Engine cannot be restarted.",
  10000=>"You have been unexpectedly disconnected from the server.",
  10001=>"You have been unexpectedly disconnected from the server.",
  10002=>"You have been unexpectedly disconnected from the server.",
  10003=>"You have been unexpectedly disconnected from the server.",
  10004=>"You have been unexpectedly disconnected from the server.",
  10005=>"You have been unexpectedly disconnected from the server.",
  10006=>"You have been unexpectedly disconnected from the server.",
  10007=>"You have been unexpectedly disconnected from the server.",
  10008=>"You have been unexpectedly disconnected from the server.",
  10009=>"You have been unexpectedly disconnected from the server.",
  10010=>"You have been unexpectedly disconnected from the server.",
  10011=>"You have been unexpectedly disconnected from the server.",
  10012=>"You have been unexpectedly disconnected from the server.",
  10013=>"You have been unexpectedly disconnected from the server.",
  10014=>"You have been unexpectedly disconnected from the server.",
  10015=>"You have been unexpectedly disconnected from the server.",
  10016=>"You have been unexpectedly disconnected from the server.",
  10017=>"You have been unexpectedly disconnected from the server.",
  10018=>"You have been unexpectedly disconnected from the server.",
  10019=>"You have been unexpectedly disconnected from the server.",
  10020=>"You have been unexpectedly disconnected from the server.",
  10021=>"You have been unexpectedly disconnected from the server.",
  10022=>"You have been unexpectedly disconnected from the server.",
  10023=>"You have been unexpectedly disconnected from the server.",
  10024=>"You have been unexpectedly disconnected from the server.",
  10025=>"You have been unexpectedly disconnected from the server.",
  10026=>"You have been unexpectedly disconnected from the server.",
  10027=>"You have been unexpectedly disconnected from the server.",
  10028=>"You have been unexpectedly disconnected from the server.",
  10029=>"You have been unexpectedly disconnected from the server.",
  10030=>"You have been unexpectedly disconnected from the server.",
  10031=>"You have been unexpectedly disconnected from the server.",
  10032=>"You have been unexpectedly disconnected from the server.",
  10033=>"You have been unexpectedly disconnected from the server.",
  10034=>"You have been unexpectedly disconnected from the server.",
  10035=>"You have been unexpectedly disconnected from the server.",
  10036=>"You have been unexpectedly disconnected from the server.",
  10037=>"You have been unexpectedly disconnected from the server.",
  10038=>"You have been unexpectedly disconnected from the server.",
  10039=>"You have been unexpectedly disconnected from the server.",
  10040=>"You have been unexpectedly disconnected from the server.",
  10041=>"You have been unexpectedly disconnected from the server.",
  10042=>"You have been unexpectedly disconnected from the server.",
  10043=>"You have been unexpectedly disconnected from the server.",
  10044=>"You have been unexpectedly disconnected from the server.",
  10045=>"You have been unexpectedly disconnected from the server.",
  10046=>"You have been unexpectedly disconnected from the server.",
  10047=>"You have been unexpectedly disconnected from the server.",
  10048=>"You have been unexpectedly disconnected from the server.",
  10049=>"You have been unexpectedly disconnected from the server.",
  10050=>"You have been unexpectedly disconnected from the server.",
  10051=>"You have been unexpectedly disconnected from the server.",
  10052=>"You have been unexpectedly disconnected from the server.",
  10053=>"You have been unexpectedly disconnected from the server.",
  10054=>"You have been unexpectedly disconnected from the server.",
  10055=>"You have been unexpectedly disconnected from the server.",
  10056=>"You have been unexpectedly disconnected from the server.",
  10057=>"You have been unexpectedly disconnected from the server.",
  10058=>"You have been unexpectedly disconnected from the server.",
  10059=>"You have been unexpectedly disconnected from the server.",
  10060=>"You have been unexpectedly disconnected from the server.",
  10061=>"You have been unexpectedly disconnected from the server.",
  10062=>"You have been unexpectedly disconnected from the server.",
  10063=>"You have been unexpectedly disconnected from the server.",
  10064=>"You have been unexpectedly disconnected from the server.",
  10065=>"Connection attempt timed out."
}