returns the message
()
| 90 | type Error interface { |
| 91 | Error() string // returns the message |
| 92 | ErrorCode() int // returns the code |
| 93 | } |
| 94 | |
| 95 | // ServerCodec implements reading, parsing and writing RPC messages for the server side of |
no outgoing calls
no test coverage detected