Response codes that are returned to the client as answers for requests.
| value | description |
|---|---|
| OK | Used if everything went ok (eg. page successfully saved) |
| INVALIDDATA | Used if the request was made with invalid (insufficient) data |
| PERMISSION | Used if insufficient permissions permitted to requested action |
| MAINTENANCEMODE | Used if the maintenancemode was enabled |
| NOTFOUND | Used if the requested object was not found |
| FAILURE | Used if something unexpected went wrong (eg. page couldn't be successfully saved due to a database error) |
| AUTHREQUIRED | Used if a request was made with missing or invalid session identification |
| NOTLICENSED | Used if a request was made to a resource that required additional licensing |
| LOCKED | The requested update could be done, because the object was locked by another user |