AssemblyDataParseError

class wv.AssemblyDataParseError()

Error object that is thrown when assembly tree data could not be parsed. This usually indicates an error with Communicator itself. Please reach out to support if you can reliably reproduce this error.

Constructors

wv.AssemblyDataParseError.constructor()
AssemblyDataParseError(message: string): AssemblyDataParseError

Creates a new AssemblyDataParseError

Parameters

message: string

Returns: AssemblyDataParseError

Properties

wv.AssemblyDataParseError.stackTraceLimit

static inherited

stackTraceLimit: number
wv.AssemblyDataParseError.prepareStackTrace

static optional inherited

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

Optional override for formatting stack traces

wv.AssemblyDataParseError.message

inherited

message: string
wv.AssemblyDataParseError.name

inherited

name: string
wv.AssemblyDataParseError.stack

optional inherited

stack: string

Methods

static wv.AssemblyDataParseError.captureStackTrace()

static inherited

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

Create .stack property on a target object

Parameters

targetObject: object

constructorOpt: Function

Returns: void