Unwrap compatible with github.com/pkg/errors
()
| 121 | |
| 122 | // Unwrap compatible with github.com/pkg/errors |
| 123 | func (e *XError) Unwrap() error { |
| 124 | return e.cause |
| 125 | } |
| 126 | |
| 127 | // With adds key and value related to the error object |
| 128 | func (e *XError) With(key string, value any) *XError { |
no outgoing calls