InternalLogicError

class wv.InternalLogicError()

Error object that is thrown when the viewer has entered into an invalid state. This most likely is due to an error in the viewer. Please reach out to support if you can reliably reproduce this error.

Constructors

wv.InternalLogicError.constructor()
InternalLogicError(): InternalLogicError

Creates a new InternalLogicError

Returns: InternalLogicError

Properties

wv.InternalLogicError.stackTraceLimit

static inherited

stackTraceLimit: number
wv.InternalLogicError.prepareStackTrace

static optional inherited

prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

wv.InternalLogicError.message

inherited

message: string
wv.InternalLogicError.name

inherited

name: string
wv.InternalLogicError.stack

optional inherited

stack: string

Methods

static wv.InternalLogicError.captureStackTrace()

static inherited

captureStackTrace(targetObject: object, constructorOpt: Function): void

Create .stack property on a target object

Parameters

targetObject: object

constructorOpt: Function

Returns: void