summaryrefslogtreecommitdiffstats
path: root/module/remote/pyload.thrift
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-10-13 22:27:10 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-10-13 22:27:10 +0200
commit46173e352cf3c55ecf9f5892ff83d78c1996da77 (patch)
tree502236eecfbdad2fee6b83f5147135c4b76ba21f /module/remote/pyload.thrift
parentadded JSON and WS client, re organized tests, new classes for easier api tests (diff)
downloadpyload-46173e352cf3c55ecf9f5892ff83d78c1996da77.tar.xz
added exceptions for clients, created test for WS client
Diffstat (limited to 'module/remote/pyload.thrift')
-rw-r--r--module/remote/pyload.thrift7
1 files changed, 7 insertions, 0 deletions
diff --git a/module/remote/pyload.thrift b/module/remote/pyload.thrift
index ea2aa7347..902c01534 100644
--- a/module/remote/pyload.thrift
+++ b/module/remote/pyload.thrift
@@ -314,6 +314,13 @@ exception ServiceException {
1: string msg
}
+exception Unauthorized {
+}
+
+exception Forbidden {
+}
+
+
service Pyload {
///////////////////////