Closed jhugman closed 1 month ago
Fixes #111.
According to The Big O of Code Reviews, this is a O(n) change.
This PR adds a tag property and a MyError_Tags enum to flat errors.
tag
MyError_Tags
to the error template, it adds some testing of the template, and some docs.
Fixes #111.
According to The Big O of Code Reviews, this is a O(n) change.
This PR adds a
tag
property and aMyError_Tags
enum to flat errors.to the error template, it adds some testing of the template, and some docs.