FinalError preserve the error stack
| 107 | |
| 108 | // FinalError preserve the error stack |
| 109 | type FinalError struct { |
| 110 | BasicError |
| 111 | Backtrace []BasicError `json:"Backtrace,omitempty"` |
| 112 | } |
| 113 | |
| 114 | // WithWarnLog xxx |
| 115 | func (err FinalError) WithWarnLog() FinalError { |
nothing calls this directly
no outgoing calls
no test coverage detected