Type Utils
    Preparing search index...

    Class ValidationError<Value, Schema, Path, Parent, Context>

    Type Parameters

    • Value
    • Schema
    • Path extends string = string
    • Parent = any
    • Context extends {} = any

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cause?: unknown
    context: null | Context = null
    message: string
    name: string
    Parent?: Parent
    Path?: Path
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Accessors

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void