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
Properties
Methods
Constructors
-
AssemblyDataParseError.
constructor
(message) Arguments: - message (
string()
) – None
Creates a new AssemblyDataParseError
Return type: AssemblyDataParseError - message (
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
- err (
-
-
AssemblyDataParseError.
stackTraceLimit
Type: number