Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidationError

Validation error description.

see

https://github.com/typestack/class-validator

publicapi

Hierarchy

  • ValidationError

Index

Properties

children

children: ValidationError[]

Contains all nested validation errors of the property.

constraints

constraints: {}

Constraints that failed validation with error messages.

Type declaration

  • [type: string]: string

property

property: string

Object's property that hasn't passed validation.

target

target: Record<string, any>

Object that was validated.

value

value: any

Value that hasn't passed validation.

Generated using TypeDoc