Libraries
    Preparing search index...

    Class SchemaValidationError

    Error thrown by parse() and parseAsync() when validation fails. Carries the full array of validation errors.

    Hierarchy

    • Error
      • SchemaValidationError
    Index

    Constructors

    Properties

    Constructors

    Properties

    cause?: unknown
    errors: ValidationError[]
    message: string
    name: string
    stack?: string