errors property

List<Error>? errors
getter/setter pair

Errors which caused the backfill job to fail.

Output only.

Implementation

core.List<Error>? errors;