static void checkList(List<Object> errors) { if (errors.isNotEmpty) { throw DisposeError(errors); } }