Err method doesn't accept diagnostic value as input

Summary

Sometimes we need to use the ToDiagnostic() method in order to retrieve more details on a value, however the Err() method only accepts a string. Which forces us to do the following method that transacts :

ErrDiagnostic(Diagnostic: diagnostic)<transacts>:void=
    Print(Diagnostic)
    Err("see output logs for more details")

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

use the Err() method

Expected Result

should accept diagnostics

Observed Result

doesn’t accept diagnostics

Platform(s)

PC