Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AggregateValidationError

Contains information about a failed validation.

Hierarchy

Index

Properties

current: any

The current value of whatever is being validated, if known.

The nested validation errors that caused this validation to fail, if any exists.

message: string
name: "ValidationError"
proposed: any

The value that was invalid.

stack?: string