Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExecuteErrorModel

An output model for an execute error.

Hierarchy

Index

Properties

ename

ename: string

The name of the error.

evalue

evalue: string

The value of the error.

outputType

outputType: OutputType

Output type

stateChanged

stateChanged: ISignal<OutputBaseModel, IChangedArgs<any>>

A signal emitted when state of the output changes.

traceback

traceback: string

The traceback for the error.

Notes

This is an array of strings that has been concatenated to a single string.

Generated using TypeDoc