()
| 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 } |
| 48 | |
| 49 | func errorf(format string, args ...interface{}) *Error { |
nothing calls this directly
no outgoing calls
no test coverage detected