From 46173e352cf3c55ecf9f5892ff83d78c1996da77 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 13 Oct 2012 22:27:10 +0200 Subject: added exceptions for clients, created test for WS client --- module/remote/pyload.thrift | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'module/remote/pyload.thrift') 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 { /////////////////////// -- cgit v1.2.3