GetSafeDetails collects the safe details from the given error object. If it is a wrapper, only the details from the wrapper are returned.
(err error)
| 56 | // object. If it is a wrapper, only the details from the wrapper are |
| 57 | // returned. |
| 58 | func GetSafeDetails(err error) (payload SafeDetailPayload) { return errbase.GetSafeDetails(err) } |
| 59 | |
| 60 | // SafeDetailPayload captures the safe strings for one |
| 61 | // level of wrapping. |
nothing calls this directly
no test coverage detected
searching dependent graphs…