diff options
Diffstat (limited to 'module/remote/pyload.thrift')
| -rw-r--r-- | module/remote/pyload.thrift | 7 |
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 { /////////////////////// |
