Returns the error message string for a given IonErrorCode, or null if no error. (community summary)
IonErrorCode
corresponding error message
static assert(IonErrorCode.nop.ionErrorMsg == "unexpected NOP Padding", IonErrorCode.nop.ionErrorMsg); static assert(IonErrorCode.none.ionErrorMsg is null);
Returns the error message string for a given IonErrorCode, or null if no error. (community summary)