analysisError property

List<Status>? analysisError
getter/setter pair

Indicates any errors encountered during analysis of a resource.

There could be 0 or more of these errors.

Implementation

core.List<Status>? analysisError;