Add new error codes B_PARTIAL_{READ,WRITE}

This commit is contained in:
Ingo Weinhold
2014-06-23 22:58:15 +02:00
parent 98759fe6e6
commit dec78bb27c
7 changed files with 26 additions and 4 deletions
+8
View File
@@ -91,6 +91,14 @@ status_t DecodeResult(status_t result) {
str = "B_PARTITION_TOO_SMALL";
break;
case B_PARTIAL_READ:
str = "B_PARTIAL_READ";
break;
case B_PARTIAL_WRITE:
str = "B_PARTIAL_WRITE";
break;
case B_BAD_MIME_SNIFFER_RULE:
str = "B_BAD_MIME_SNIFFER_RULE";
break;