Closed
Description
Tags can be used by error processing code.
Example: classification of errors.
I propose adding .HasTag(string) bool
method to OopsError
to let implementing such things.
Using err.Tags()
is not convenient and is not very effecient for the purpose (copying of all the tags instead of returning simple bool
).
Metadata
Metadata
Assignees
Labels
No labels