commit | 6d1a83aa485ed9c3644d3200555700070547bf90 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sat May 03 00:49:05 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sat May 03 00:49:05 2014 +0200 |
tree | 016f0223385b3182ea76e71c14506af97b69d71b | |
parent | 72e9c375175ff05a9b9cd61c9937db0bd48742ac [diff] [blame] |
THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library Patch: Jens Geyer
diff --git a/lib/ocaml/src/Thrift.ml b/lib/ocaml/src/Thrift.ml index f176a43..f0d7a42 100644 --- a/lib/ocaml/src/Thrift.ml +++ b/lib/ocaml/src/Thrift.ml
@@ -261,6 +261,8 @@ | NEGATIVE_SIZE | SIZE_LIMIT | BAD_VERSION + | NOT_IMPLEMENTED + | DEPTH_LIMIT exception E of exn_type * string;;