summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/thrift')
-rw-r--r--src/main/thrift/imagemaster.thrift3
1 files changed, 2 insertions, 1 deletions
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 {