@breautek/storm
    Preparing search index...

    Class InvalidValueError

    Hierarchy (View Summary)

    • StormError<{ expected: any; got: any; variable: string }>
      • InvalidValueError
    Index

    Constructors

    Properties

    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Private details are only logged to the server log. They are kept secret from the client.

      Returns { expected: any; got: any; variable: string }

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void