summaryrefslogtreecommitdiff
path: root/pbstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'pbstream.h')
-rw-r--r--pbstream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pbstream.h b/pbstream.h
index 89e7329..d564970 100644
--- a/pbstream.h
+++ b/pbstream.h
@@ -132,6 +132,9 @@ typedef enum pbstream_status {
// Encountered a "group" on the wire (deprecated and unsupported).
PBSTREAM_ERROR_GROUP = -3,
+ // Input was nested more than 64 deep.
+ PBSTREAM_ERROR_STACK_OVERFLOW = -4,
+
/** NONFATAL ERRORS: the input was invalid, but we can continue if desired. */
// A value was encountered that was not defined in the .proto file. The
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback