List<int> get warnings { if (isWarning) { return getWarnings().cast<Int64>().asTypedList(iscStatusLength); } else { return []; } }