@jkneer has shown me there is a way to get LabVIEW error descriptions through the manager at https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/properties-and-methods/lv-manager/nigetoneerrorcode.html
This could be included in the lv_error module as a utility, for example allowing for using rust code to log LabVIEW errors.
The description is one part of course, as well has this we should consider handling the and tags as well as the new multi-error version but these could be follow on changes.
@jkneer has shown me there is a way to get LabVIEW error descriptions through the manager at https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/properties-and-methods/lv-manager/nigetoneerrorcode.html
This could be included in the lv_error module as a utility, for example allowing for using rust code to log LabVIEW errors.
The description is one part of course, as well has this we should consider handling the and tags as well as the new multi-error version but these could be follow on changes.