Interface GraphQLReferenceExistsError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLReferenceExistsError extends GraphQLErrorObject

Returned when a resource cannot be deleted because it is being referenced by another resource.


Example to create an instance using the builder pattern

     GraphQLReferenceExistsError graphQLReferenceExistsError = GraphQLReferenceExistsError.builder()
             .build()