summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorSimon Rettberg2015-07-15 17:55:00 +0200
committerSimon Rettberg2015-07-15 17:55:00 +0200
commitb5663bf7a8b2ed1fed0465e81dbb0577d6b04767 (patch)
tree10633b3ec93e373fecfc2a9e44f0c6b3ab0c182d /src/main/thrift/bwlp.thrift
parentFrickeled new thrift interface stuff (diff)
downloadmaster-sync-shared-b5663bf7a8b2ed1fed0465e81dbb0577d6b04767.tar.gz
master-sync-shared-b5663bf7a8b2ed1fed0465e81dbb0577d6b04767.tar.xz
master-sync-shared-b5663bf7a8b2ed1fed0465e81dbb0577d6b04767.zip
Added missing exceptions in declarations
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 b135094..076da49 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -321,7 +321,7 @@ service SatelliteServer {
// File transfer related
TransferInformation requestImageVersionUpload(1: Token userToken, 2: UUID imageBaseId, 3: i64 fileSize, 4: list<binary> blockHashes)
- throws (1:TTransferRejectedException rejection, 2:TAuthorizationException authError),
+ throws (1:TTransferRejectedException rejection, 2:TAuthorizationException authError, 3:TInternalServerError ffff, 4:TNotFoundException sdf),
void cancelUpload(1: Token uploadToken),
TransferStatus queryUploadStatus(1: Token uploadToken)
throws (1:TInvalidTokenException ex1),