findByStatusCode static method

AccountingErrorStatusCodes findByStatusCode(
  1. int code
)

Implementation

static AccountingErrorStatusCodes findByStatusCode(int code) =>
    values.byName("error$code");