Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IError

Output of an error that occurred during code cell execution.

Hierarchy

Index

Properties

ename

ename: string

The name of the error.

evalue

evalue: string

The value, or message, of the error.

output_type

output_type: "error"

Type of cell output.

traceback

traceback: string[]

The error's traceback.

Generated using TypeDoc