Interface IErrorProvider

  • All Known Implementing Classes:
    UserPortalAvailabilityFilter.ErrorProvider

    public interface IErrorProvider
    Interface for error providers for initializing available errors.
    Since:
    8.2.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getErrors

        Set<IError> getErrors()
        Returns the errors that are available by this provider.
        Returns:
        The errors that are available by this provider.