errors property

List<Error>? errors
getter/setter pair

Optional error(s) (if computation for the group failed).

Implementation

core.List<Error>? errors;