-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi there, I don't know if this is the best place to raise this issue, but the LJM library doesn't have available source so I'm putting this here.
The LJM_ErrorToString
function does not consistently return the names of the LJME_*
errors. For example, calling LJM_ErrorToString
with LJME_NOERROR
as an argument returns the string "LJ_SUCCESS"
, not the string "LJME_NOERROR"
. In addition, LJME_U3_NOT_SUPPORTED_BY_LJM
, as well as _U6
and _U9
, return strings including a description of the issue, while no other error codes do this.
Metadata
Metadata
Assignees
Labels
No labels