Interface NotEnabledError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
NotEnabledErrorImpl

public interface NotEnabledError extends ErrorObject

Returned when the Project-specific category recommendations feature is not enabled for the Project.


Example to create an instance using the builder pattern

     NotEnabledError notEnabledError = NotEnabledError.builder()
             .message("{message}")
             .build()