Class ErrorTimeout

Error class thrown in case of network timeouts (e.g IFrame time out).

Hierarchy

  • Error
    • ErrorTimeout

Constructors

Properties

message: string
name: string = "ErrorTimeout"

Marker to detect class: "ErrorTimeout"

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

Generated using TypeDoc