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 Summary

    Modifier and Type
    Method
    Description
    Returns the errors that are available by this provider.
  • Method Details

    • getErrors

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