summaryrefslogtreecommitdiff
path: root/lib/ocaml
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-05-03 00:49:05 +0200
committerJens Geyer <jensg@apache.org>2014-05-03 00:49:05 +0200
commit6d1a83aa485ed9c3644d3200555700070547bf90 (patch)
tree016f0223385b3182ea76e71c14506af97b69d71b /lib/ocaml
parent72e9c375175ff05a9b9cd61c9937db0bd48742ac (diff)
downloadthrift-6d1a83aa485ed9c3644d3200555700070547bf90.tar.gz
THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library
Patch: Jens Geyer
Diffstat (limited to 'lib/ocaml')
-rw-r--r--lib/ocaml/src/Thrift.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ocaml/src/Thrift.ml b/lib/ocaml/src/Thrift.ml
index f176a43bb..f0d7a4296 100644
--- a/lib/ocaml/src/Thrift.ml
+++ b/lib/ocaml/src/Thrift.ml
@@ -261,6 +261,8 @@ struct
| NEGATIVE_SIZE
| SIZE_LIMIT
| BAD_VERSION
+ | NOT_IMPLEMENTED
+ | DEPTH_LIMIT
exception E of exn_type * string;;