Message returns the top level error message, not including the message from the Previous error.
()
| 220 | // not including the message from the Previous |
| 221 | // error. |
| 222 | Message() string |
| 223 | |
| 224 | // Underlying returns the Previous error, or nil |
| 225 | // if there is none. |