Skip to main content

IsError

Checks for errors in JS. The error message and call stack will be written to std::cerr.

note

This method is not available for JS.

Syntax​

def IsError(self) -> bool

Parameters​

This method has no parameters.

Example​

builder = docbuilder.CDocBuilder()
context = builder.GetContext()
bError = context.IsError()