()
| 45 | } |
| 46 | |
| 47 | func (w sentinelWrappedError) HttpError() (int, string) { |
| 48 | return w.sentinel.HttpError() |
| 49 | } |
| 50 | |
| 51 | // WrapError wraps the given error with a [SentinelHttpError]. The wrapped |
| 52 | // error will be displayed in a log, while the [SentinelHttpError] will be sent |