Mark creates an explicit mark for the given error, using the same mark as some reference error. Note: if any of the error types has been migrated from a previous package location or a different type, ensure that RegisterTypeMigration() was called prior to Mark().
(err error, reference error)
| 70 | // package location or a different type, ensure that |
| 71 | // RegisterTypeMigration() was called prior to Mark(). |
| 72 | func Mark(err error, reference error) error { return markers.Mark(err, reference) } |
nothing calls this directly
no test coverage detected
searching dependent graphs…