Interface ProjectNotConfiguredForLanguagesError

All Superinterfaces:
ErrorObject

public interface ProjectNotConfiguredForLanguagesError extends ErrorObject

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

     ProjectNotConfiguredForLanguagesError projectNotConfiguredForLanguagesError = ProjectNotConfiguredForLanguagesError.builder()
             .message("{message}")
             .build()