FIELD_ERROR
Type : {type: FIELD_ERROR, payload: {id: string, error: string}[] message: string}
- The
payload
object is an array of objects containing aid
string anderror
string.id
is the html tag corresponding to the errorerror
is the actual error message
- The
FIELD_ERROR
can be thrown when input to aform field
fails it's validator.