Interface GraphQLProjectNotConfiguredForLanguagesError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLProjectNotConfiguredForLanguagesError extends GraphQLErrorObject

Returned when the languages set for a Store are not supported by the Project.

The error is returned as a failed response to the Set Languages update action.


Example to create an instance using the builder pattern

     GraphQLProjectNotConfiguredForLanguagesError graphQLProjectNotConfiguredForLanguagesError = GraphQLProjectNotConfiguredForLanguagesError.builder()
             .build()