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