errors property

List<GraphqlError>? errors
getter/setter pair

Errors of this response.

If the data entry in the response is not present, the errors entry must be present. It conforms to https://spec.graphql.org/draft/#sec-Errors.

Implementation

core.List<GraphqlError>? errors;