errors property

List<Error>? errors
getter/setter pair

Active errors on the object.

Output only.

Implementation

core.List<Error>? errors;