add statuscodes

This commit is contained in:
Bernhard Posselt
2013-05-02 17:06:57 +02:00
parent a5df922306
commit 968b16ee8f

View File

@@ -84,3 +84,12 @@ Output from the application is wrapped inside a **data** element:
}
}
Statuscodes
~~~~~~~~~~~
The statuscode can be any of the following numbers:
* **100** - successfull
* **996** - server error
* **997** - not authorized
* **998** - not found
* **999** - unknown error