# Web Service Exception Listing
**name** | **reason** | **code ** |
EX\_OK | Operation succesfully finished | 0 |
EX\_FAIL | Operation failed | 1 |
EX\_UNKNOWN | Unknown exception | 2 |
EX\_WARNING | Operation finished, but some warnings occured | 3 |
EX\_LIST\_ITEM\_NOT\_FOUND | Item not found in list | 4 |
EX\_ITEM\_NOT\_FOUND | Specified item wasn't found | 5 |
EX\_FILE\_NOT\_FOUND | File was not found | 6 |
EX\_FILEOPEN\_WRITE | Unable to open file for writing | 7 |
EX\_FILEOPEN\_READ | Unable to open file for reading | 8 |
EX\_NO\_MEMORY | Not enough memory | 9 |
EX\_IO | Exception in IO | 10 |
EX\_IO\_READ | Unable to finish IO read | 11 |
EX\_IO\_WRITE | Unable to finish IO write | 12 |
EX\_NOT\_SUPPORTED | Requested operation is not supported | 13 |
EX\_INVALID\_PARAMETER | Given parameter is invalid | 14 |
EX\_INVALID\_HANDLE | Given handle is invalid | 15 |
EX\_TOO\_MANY\_ITEMS | There is no space for new item in the list | 16 |
EX\_UNLOCK\_TO\_FOREIGN\_LOCK | Attempt to unlock item which was not locked by current thread | 17 |
EX\_NOT\_LOCKED | Attempt to unlock item which is not locked | 18 |
EX\_NOT\_INITIALIZED | Attempt to use uninitialized item | 19 |
EX\_BAD\_TYPE | Given paramater has other type then expected | 20 |
EX\_BAD\_DATA\_FORMAT | Given data has invalid or bad format | 21 |
EX\_TOO\_BIG | Given parameters are too big | 22 |
EX\_INVALID\_RESPONSE\_FORMAT | Retrieved response has invalid format | 23 |
EX\_INVALID\_XML\_FORMAT | invalid format of XML data | 24 |
EX\_INVALID\_REQUEST\_FORMAT | Retrieved request has invalid format | 25 |
EX\_ITEM\_STILL\_IN\_USE | Cannot remove item because it is still in use | 26 |
EX\_INVALID\_LICENCE | The licence is invalid, contact your vendor to get new one | 27 |
EX\_LICENCE\_EXPIRED | The licence has expired, contact your vendor to get new one | 28 |
EX\_TOO\_MANY\_USERS | The limit of simultaneously connected users (specified in the licence) was reached. | 29 |
EX\_SERVER\_MODULE\_NOT\_LOADED | Server module not loaded | 30 |
EX\_CLIENT\_MODULE\_NOT\_LOADED | Client module not loaded | 31 |
EX\_ACC\_ACCESS\_REFUSED | Not enough access rights to perform action | 65537 |
EX\_ACC\_ACL\_NOT\_FOUND | ALC for given handle was not found | 65538 |
EX\_ACC\_ACCESS\_DENIED | Bad username and/or password | 65539 |
EX\_ACC\_SESSION\_NOT\_FOUND | Given session id is invalid | 65540 |
EX\_ACC\_HANDLE\_CYCLIC\_DEPENDENCY | There is a cyclic dependency between linked handles | 65541 |
EX\_MSG\_MESSAGES\_GROUP\_NOT\_FOUND | Given message group was not found | 131073 |
EX\_MSG\_ALREADY\_APPROVED | Given message is already approved | 131074 |
EX\_MSG\_NO\_APPROVAL\_PERMISSION | Message cannot be approved, you don't have the approve permission | 131075 |
EX\_MM\_SENT\_WITHOUT\_STORE | Mass mail sent, but not stored | 131084 |
EX\_MM\_NO\_TREENODE | No treenode | 131085 |
EX\_MM\_NO\_RECIPIENT | No recipient | 131086 |
EX\_MM\_NO\_EMAIL | No email | 131087 |
EX\_MM\_NO\_EMAILID | No email id | 131088 |
EX\_MM\_NO\_IDENTITY | No identity | 131089 |
EX\_MM\_NO\_TEMPLATE | No template | 131090 |
EX\_MM\_NO\_DOCTMPFILE | No document | 131091 |
EX\_MM\_EMPTY\_DOC | Document is empty | 131092 |
EX\_MM\_FAIL\_TRANSFER | Transfer failed | 131093 |
EX\_MM\_FAIL\_SOCKET | Socket failed | 131094 |
EX\_MM\_FAIL\_POSTQUERY | Post query failed | 131095 |
EX\_MM\_FAIL\_GETRESPONSE | Get response failed | 131096 |
EX\_MM\_EXCLUDED | Recipient exluded | 131097 |