Feature request: adding error type prefix to error formatting #1985
Labels
Accepted
Accepted Request
Enhancement Request
New feature or request
Implemented Needs Verification
Check if this issue is resolved
Milestone
Currently,
io::printfn("err: %s", err)
printout only constant parterr: SOME_ERROR
, maybe alter formatting of error with type prefixerr: MyError.SOME_ERROR
?The text was updated successfully, but these errors were encountered: