From cd07d725aa694f77cd67ba56298735a2777ed227 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Mon, 21 Jul 2014 13:58:47 +0200 Subject: [thrift] Add new error code for invalid blocks --- src/main/thrift/imagemaster.thrift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/thrift') diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift index 1b921c0..2ae6d6b 100644 --- a/src/main/thrift/imagemaster.thrift +++ b/src/main/thrift/imagemaster.thrift @@ -36,7 +36,8 @@ enum ImageDataError { } enum UploadError { - INVALID_CRC + INVALID_CRC, + BROKEN_BLOCK } exception AuthorizationException { -- cgit v1.2.3-55-g7522