Interface IError

Output of an error that occurred during code cell execution.

Hierarchy

Properties

ename: string

The name of the error.

evalue: string

The value, or message, of the error.

output_type: "error"

Type of cell output.

traceback: string[]

The error's traceback.

Generated using TypeDoc