Match failed.
It's recommended not to use runtime formatted strings for match errors, to avoid constant GC allocations during runtime. Formatting should be limited to critical errors, see matchCritical.
Source that failed to match.
Error message, a reason why the match failed.
Optionally, context data for the failure, i.e. result data that matched successfully right before.
See Implementation
Match failed.
It's recommended not to use runtime formatted strings for match errors, to avoid constant GC allocations during runtime. Formatting should be limited to critical errors, see matchCritical.