errors icon indicating copy to clipboard operation
errors copied to clipboard

Add a marker error

Open sagikazarmark opened this issue 6 years ago • 0 comments

Add an error that allows an error to be marked with a tag/label.

For example:

errors.Mark(err, "clientError")
errors.IsMarked(err, "clientError")

sagikazarmark avatar Sep 22 '19 16:09 sagikazarmark