Interface GenericMessage

Generic input validation messages.

Hierarchy

  • GenericMessage

Indexable

[code: string]: unknown

Properties

despiteIncomplete?: unknown

The message with this code would be reported by requireNeeded() validator despite there are messages with incomplete code.

despiteMissing?: unknown

The message with this code would be reported by requireNeeded() validator despite there are messages with missing code.

incomplete?: unknown

Incomplete input, except missing one.

invalid?: unknown

Invalid input, except missing or incomplete one.

missing?: unknown

Missing input.

submit?: unknown

Submit failure.

This is set by input submit aspect.

Generated using TypeDoc