summaryrefslogtreecommitdiffstats
path: root/module/remote/pyload.thrift
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-02 18:11:31 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-02 18:11:31 +0100
commit6b20f5f6c063e4e6c94d719b607ad5a028b8beee (patch)
treea8c3dfa9962aa819507870553700a35b7dcc4c74 /module/remote/pyload.thrift
parentRemove '/' from filename to avoid filepath exception (diff)
downloadpyload-6b20f5f6c063e4e6c94d719b607ad5a028b8beee.tar.xz
new configManager for multi user configs
Diffstat (limited to 'module/remote/pyload.thrift')
-rw-r--r--module/remote/pyload.thrift4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/remote/pyload.thrift b/module/remote/pyload.thrift
index 183fd3af8..47c371904 100644
--- a/module/remote/pyload.thrift
+++ b/module/remote/pyload.thrift
@@ -315,6 +315,10 @@ exception ServiceException {
1: string msg
}
+exception InvalidConfigSection {
+ 1: string section
+}
+
exception Unauthorized {
}