AssemblyDataParseError

class 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


Constructors

AssemblyDataParseError.constructor(message)
Arguments:
  • message (string()) – None

Creates a new AssemblyDataParseError

Return type:AssemblyDataParseError

Properties

AssemblyDataParseError.message
Type:string
AssemblyDataParseError.name
Type:string
AssemblyDataParseError.stack
Type:string optional
AssemblyDataParseError.prepareStackTrace
Type:function optional

Optional override for formatting stack traces

See:https://v8.dev/docs/stack-trace-api#customizing-stack-traces
AssemblyDataParseError.prepareStackTrace(err, stackTraces)
Arguments:
  • err (Error()) – None
  • stackTraces ([CallSite]()) – None
Return type:

any

AssemblyDataParseError.stackTraceLimit
Type:number

Methods

static captureStackTrace

AssemblyDataParseError.captureStackTrace(targetObject[, constructorOpt])
Arguments:
  • targetObject (object()) – None
  • constructorOpt (Function()) – optional None

Create .stack property on a target object

Return type:void