Class PushError

Push error

Hierarchy-Diagram

UML class diagram of PushError
Legend
icon for a class in the UML class diagram class

Hierarchy

  • Error
    • PushError

Constructors

Properties

frameUID: string

Frame subject

message: string
name: string
nodeUID: string

Node that triggered the error

stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void