IonErrorCode
IonException
static assert(IonErrorCode.nop.ionException.msg == "IonException: unexpected NOP Padding", IonErrorCode.nop.ionException.msg); static assert(IonErrorCode.none.ionException is null);
See Implementation