Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValidationError

Form field/element validation error interface.

Hierarchy

  • IValidationError

Index

Properties

Optional mapTo

mapTo: string

Virtual path the error is mapped to if virtual is present.

Optional message

message: string

The validation error message.

Optional name

name: string

The which triggered the validation error e.g. "required".

Optional path

path: string

The model path which caused the error e.g. "user.email".

Optional type

type: string

The type of validation error e.g. "ValidationError".

Optional value

value: any

The current model value at the specified path.

Generated using TypeDoc