Interface GraphQLSearchExecutionFailureError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLSearchExecutionFailureError extends GraphQLErrorObject

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()