As a rule, all MWS server functions return a number.
This number specifies whether the function was executed successfully.
Basically, for a code <> 0 in the XML, an error XML is returned. This XML describes the error in more detail.
Result of a Successful Execution
0: Call was successfully processed.
Error Codes
Error Code | Description |
---|---|
-1 | Error cannot be identified exactly, details in the XML error message |
1 | Error during function call, details in the XML error message |
302 | Error while setting options passed |
303 | Error while setting bundle structure |
304 | Error while closing bundle |
305 | Error while initializing data retrieval |
309 | Maximum number of client licenses exceeded. This
return code is generated when:
|
311 | Process is closed (status = 2) |
312 | Process is locked (status = 1) |
314 | Missing permission to create new object of specific type |
315 | Missing permission to update an object of specific type |
316 | Missing permission to read an object of specific type |
317 | Not all required parameters specified |
318 | Specified item not found |
319 | Specified blobType is invalid or not allowed |
320 | Action is not allowed or possible for this versionType |
321 | Specified versionType is invalid |
322 | Object versioning is not activated or licensed |
323 | Missing permission to create a release version |
324 | Item is locked by another user |
325 | Item is read only |
326 | Item is logical deleted |
327 | An item with this name and type already exists |
328 | Item is locked |
329 | Item is protected |
330 | Object name is invalid |
331 | Access to system denied |
332 | No value for specified AppSetting found |
333 | WordTemplate not found |
334 | Resetting DocumentCompilationDate failed |
335 | Alias in AliasTable not found |
336 | LookupKey in LookupTable not found |
337 | Requested Licensefeature not available |
Warnings
Warnings are assigned to the range 6000 to 6999.
6000: Action cannot be executed, further configuration required.