summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-07 14:52:42 +0200
committerSimon Rettberg2015-09-07 14:52:42 +0200
commite2feab9a290dca330eca964d0b1140bbed54db84 (patch)
treedd3bd512a43b30285568d599134cc158398fdef0 /src/main/thrift/bwlp.thrift
parentAdd mem and cpu info to OS (diff)
downloadmaster-sync-shared-e2feab9a290dca330eca964d0b1140bbed54db84.tar.gz
master-sync-shared-e2feab9a290dca330eca964d0b1140bbed54db84.tar.xz
master-sync-shared-e2feab9a290dca330eca964d0b1140bbed54db84.zip
Add not found exception to createLecture
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index 088f11c..4c56d7b 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -512,7 +512,7 @@ service SatelliteServer {
// Create new lecture
UUID createLecture(1: Token userToken, 2: LectureWrite lecture)
- throws (1:TAuthorizationException authError, 2:TInvocationException serverError, 3:TInvalidDateParam dateError),
+ throws (1:TAuthorizationException authError, 2:TInvocationException serverError, 3:TInvalidDateParam dateError, 4:TNotFoundException notFound),
// Update existing lecture
void updateLecture(1: Token userToken, 2: UUID lectureId, 3: LectureWrite lecture)