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
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
- AssemblyDataParseError.prepareStackTrace(err, stackTraces)
- Arguments
err (
Error()
) – NonestackTraces (
[CallSite]()
) – None
- Return type
any
- AssemblyDataParseError.stackTraceLimit
- Type
number
Methods
static captureStackTrace
- AssemblyDataParseError.captureStackTrace(targetObject[, constructorOpt])
- Arguments
targetObject (
object()
) – NoneconstructorOpt (
Function()
) – optional None
Create .stack property on a target object
- Return type
void