responseCode
Namespace: |
http://www.gentics.com/rest |
XML Schema: |
ns0.xsd |
Response codes that are returned to the client as answers for requests.
Possible Values
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
|
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
|