Interface GraphQLProjectNotConfiguredForLanguagesError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLProjectNotConfiguredForLanguagesErrorImpl

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