| Christopher Piro | 2f5afce | 2007-06-29 07:17:33 +0000 | [diff] [blame^] | 1 | -record(tProtocolException, {message, type}). |
| 2 | |||||
| 3 | -define(tProtocolException_UNKNOWN, 0). | ||||
| 4 | -define(tProtocolException_INVALID_DATA, 1). | ||||
| 5 | -define(tProtocolException_NEGATIVE_SIZE, 2). | ||||
| 6 | -define(tProtocolException_SIZE_LIMIT, 3). | ||||
| 7 | -define(tProtocolException_BAD_VERSION, 4). | ||||
| 8 | |||||