Add new error codes B_PARTIAL_{READ,WRITE}
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user