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):
AssemblyDataParseErrorCreates a new AssemblyDataParseError
Parameters
message: stringReturns:
AssemblyDataParseError
Properties
-
wv.AssemblyDataParseError.stackTraceLimit static inherited
stackTraceLimit: number
-
wv.AssemblyDataParseError.prepareStackTrace static optional inherited
prepareStackTrace: (err: Error, stackTraces: CallSite[]) => anyOptional 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): voidCreate .stack property on a target object
Parameters
targetObject: object
constructorOpt: Function
Returns: void