CloneErrorContext returns a copy of the error context with applied options.
(opts ...Option)
| 32 | // CloneErrorContext returns a copy of the error context |
| 33 | // with applied options. |
| 34 | CloneErrorContext(opts ...Option) *ErrorContext |
| 35 | } |
| 36 | |
| 37 | // ErrorType returns the type name of the given error. |