From b5663bf7a8b2ed1fed0465e81dbb0577d6b04767 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 15 Jul 2015 17:55:00 +0200 Subject: Added missing exceptions in declarations --- src/main/thrift/bwlp.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/thrift/bwlp.thrift') 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 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), -- cgit v1.2.3-55-g7522