Interface GraphQLRequestExecutionExceptionInterface

All Known Implementing Classes:
GraphQLRequestExecutionException, GraphQLRequestExecutionUncheckedException

public interface GraphQLRequestExecutionExceptionInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.springframework.graphql.ResponseError>
     
  • Method Details

    • getErrors

      List<org.springframework.graphql.ResponseError> getErrors()