module SimpleRpc
Defined in:
simple_rpc.crsimple_rpc/error.cr
Constant Summary
- 
        DEFAULT_MSG_ID = 0_u32
- 
        NOTIFY = 2_i8
- 
        NOTIFY_SIZE = 3
- 
        REQUEST = 0_i8
- 
        REQUEST_SIZE = 4
- 
        RESPONSE = 1_i8
- 
        RESPONSE_SIZE = 4
- 
        VERSION = "1.7.2"