Code Interpreter / ExecutionError
Interface: ExecutionError
Represents an error that occurred during the execution of a cell. The error contains the name of the error, the value of the error, and the traceback.
Properties
name
name:
string
Name of the error.
traceback
traceback:
string
The raw traceback of the error.
value
value:
string
Value of the error.