Share via


RunNotebookError interface

Run notebook error.

Properties

ename

Error name. NOTE: This property will not be serialized. It can only be populated by the server.

evalue

Error message. NOTE: This property will not be serialized. It can only be populated by the server.

traceback

Error trace.

Property Details

ename

Error name. NOTE: This property will not be serialized. It can only be populated by the server.

ename?: string

Property Value

string

evalue

Error message. NOTE: This property will not be serialized. It can only be populated by the server.

evalue?: string

Property Value

string

traceback

Error trace.

traceback?: string[]

Property Value

string[]