summaryrefslogtreecommitdiff
path: root/src/upb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb.h')
-rw-r--r--src/upb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/upb.h b/src/upb.h
index 8c6f599..97fd20d 100644
--- a/src/upb.h
+++ b/src/upb.h
@@ -284,6 +284,9 @@ enum upb_status_code {
// A read or write from a streaming src/sink could not be completed right now.
UPB_STATUS_TRYAGAIN = 1,
+ // A value had an incorrect wire type and will be skipped.
+ UPB_STATUS_BADWIRETYPE = 2,
+
// An unrecoverable error occurred.
UPB_STATUS_ERROR = -1,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback