getAllErrors static method

List<ParcmeiErrorInfo> getAllErrors()

Implementation

static List<ParcmeiErrorInfo> getAllErrors() {
  return _errors.values.toList();
}