| Enumerator | 
|---|
| SUCCESS  | 0x0 method call succeeded  
 | 
| NOT_READY  | 0x1 not initialized yet  
 | 
| TIMEOUT  | 0x2 waiting time expired  
 | 
| INVALID_ARGUMENT  | 0x3 parameters are invalid  
 | 
| INVALID_USAGE  | 0x4 library is used in wrong way  
 | 
| IN_PROGRESS  | 0x5 current action already in progress  
 | 
| WRONG_TYPE  | 0x6 value couldn't be cast in expected type  
 | 
| WRONG_SYNTAX  | 0x7 syntax of parsed file is not as expected  
 | 
| FILENOTFOUND  | 0x8 file does not exist  
 | 
| OUT_OF_MEMORY  | 0x9 no more space left  
 | 
| INVALID_IP  | 0xA ip address invalid  
 | 
| INVALID_PORT  | 0xB port invalid  
 | 
| ADDRESS_INUSE  | 0xC a socket is already bound to this address  
 | 
| CONNECTION_FAILED  | 0xD connecting sockets failed  
 | 
| NOT_CONNECTED  | 0xE using a method for connected sockets on unconnected socket  
 | 
| VALUE_NOTFOUND  | 0xF value not found  
 | 
| NO_ELEMENT  | 0x10 no element available  
 | 
| NO_SPACE_AVAILABLE  | 0x11 no more space available in container  
 | 
| UNKNOWN  | 0x12 an error occured, but the error isn't wrapped yet  
 | 
| ERROR_COUNT  |  |