Interface GraphQLSearchExecutionFailureError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLSearchExecutionFailureErrorImpl

Returned when a search query could not be completed due to an unexpected failure.


Example to create an instance using the builder pattern

     GraphQLSearchExecutionFailureError graphQLSearchExecutionFailureError = GraphQLSearchExecutionFailureError.builder()
             .build()