List<int> get errors { if (isError) { return getErrors().cast<Int64>().asTypedList(iscStatusLength); } else { return []; } }