Interface GraphQLResourceNotFoundError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLResourceNotFoundError extends GraphQLErrorObject

Returned when the resource addressed by the request URL does not exist.


Example to create an instance using the builder pattern

     GraphQLResourceNotFoundError graphQLResourceNotFoundError = GraphQLResourceNotFoundError.builder()
             .build()