Interface IErrorSource

All Known Subinterfaces:
IErrorLogic

public interface IErrorSource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IErrorSource
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

  • Method Details

    • getErrors

      Set<IError> getErrors()
      Returns:
      The current errors in this error source, or an empty set if there are no errors.