error static method

WitsystemError error(
  1. int code
)

Implementation

static WitsystemError error(int code) {
  return _errMap[code] ?? unknown;
}