FormValidationError
interface exported by @mwillbanks/tuil-form.
interface
Public interface exported by @mwillbanks/tuil-form.
export interface FormValidationError {
readonly field: string;
readonly message: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
field | string | Yes | The field member uses the string contract. | — |
message | string | Yes | The message member uses the string contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference