Message returns the message stored with the most recent location. This is the empty string if the most recent call was Trace, or the message stored with Annotate or Mask.
()
| 151 | // the empty string if the most recent call was Trace, or the message stored |
| 152 | // with Annotate or Mask. |
| 153 | func (e *Err) Message() string { |
| 154 | return e.message |
| 155 | } |
| 156 | |
| 157 | // Error implements error.Error. |
| 158 | func (e *Err) Error() string { |
nothing calls this directly
no outgoing calls
no test coverage detected