Error implements the error interface. Not used by the application otherwise.
()
| 77 | |
| 78 | // Error implements the error interface. Not used by the application otherwise. |
| 79 | func (e *Error) Error() string { |
| 80 | return e.Err.Error() |
| 81 | } |
| 82 | |
| 83 | // ErrorCode unwraps an application error and returns its code. |
| 84 | // Non-application errors always return EINTERNAL. |
no outgoing calls