Interface GraphQLGeneralError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLGeneralErrorImpl

public interface GraphQLGeneralError extends GraphQLErrorObject

Returned when a server-side problem occurs.

If you encounter this error, report it using the Support Portal.


Example to create an instance using the builder pattern

     GraphQLGeneralError graphQLGeneralError = GraphQLGeneralError.builder()
             .build()