Options
All
  • Public
  • Public/Protected
  • All
Menu

ObjectValidationError

Hierarchy

Index

Constructors

constructor

Properties

errors

errors: string[]

array of error messages

inner

inner: ValidationError[]

In the case of aggregate errors, inner is an array of ValidationErrors throw earlier in the validation chain.

Optional params

params: object

path

path: string

A string, indicating where there error was thrown. path is empty at the root level.

status

status: number

type

type: any

value

value: any

Static message

message: string

Static name

name: string

Static Optional stack

stack: string

Generated using TypeDoc