()
| 42 | func (e *Error) Unwrap() error { return e.err } |
| 43 | func (e *Error) Error() string { return e.err.Error() } |
| 44 | func (e *Error) String() string { return e.Error() } |
| 45 | |
| 46 | func (e *Error) Code() int { return -1 } |
| 47 | func (e *Error) ReqID() uint64 { return 0 } |
no test coverage detected