findByEnum static method

Errno findByEnum(
  1. ERRNO errno
)

Implementation

static Errno findByEnum(ERRNO errno) {
  return _list[errno.index];
}