| Interface | Description |
|---|---|
| IError |
Base interface for a single error, that has an error ID, and error level, and
error field name and an error text.
|
| IErrorList |
A simple read only form error list interface.
|
| IFieldErrorList |
A subset of
IErrorList containing only the methods relevant for
fields |
| Class | Description |
|---|---|
| ErrorList |
Handles a list of form global errors.
|
| FormErrors |
Handles form field specific and form global error messages centrally.
|
| SingleError |
Represents an overall form error.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.