Add an error that allows an error to be marked with a tag/label. For example: ```go errors.Mark(err, "clientError") errors.IsMarked(err, "clientError") ```
Add an error that allows an error to be marked with a tag/label.
For example: