Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2c2a648
)
Application exception types for Thrift
author
Mark Slee
<mcslee@apache.org>
Wed, 21 Feb 2007 01:39:23 +0000
(
01:39
+0000)
committer
Mark Slee
<mcslee@apache.org>
Wed, 21 Feb 2007 01:39:23 +0000
(
01:39
+0000)
Reviewed By: aditya
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665006
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/Thrift.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/Thrift.h
b/lib/cpp/src/Thrift.h
index
61edf5b
..
469bb79
100644
(file)
--- a/
lib/cpp/src/Thrift.h
+++ b/
lib/cpp/src/Thrift.h
@@
-48,7
+48,11
@@
public:
*/
enum TApplicationExceptionType {
UNKNOWN = 0,
- INVALID_METHOD = 1,
+ UNKNOWN_METHOD = 1,
+ INVALID_MESSAGE_TYPE = 2,
+ WRONG_METHOD_NAME = 3,
+ BAD_SEQUENCE_ID = 4,
+ MISSING_RESULT = 5,
};
TApplicationException() :