errors property

List<GraphQLExceptionError> errors
final

A list of all specific errors, with text representation, that caused this exception.

Implementation

final List<GraphQLExceptionError> errors;