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/hs/src/Thrift/Protocol.hs b/lib/hs/src/Thrift/Protocol.hs index f3b342a..6068d16 100644 --- a/lib/hs/src/Thrift/Protocol.hs +++ b/lib/hs/src/Thrift/Protocol.hs
@@ -188,6 +188,8 @@ | PE_NEGATIVE_SIZE | PE_SIZE_LIMIT | PE_BAD_VERSION + | PE_NOT_IMPLEMENTED + | PE_DEPTH_LIMIT deriving ( Eq, Show, Typeable ) data ProtocolExn = ProtocolExn ProtocolExnType String