Reply content indicating an error.

See the Message spec for details.

interface IReplyErrorContent {
    ename: string;
    evalue: string;
    status: "error";
    traceback: string[];
}

Properties

ename: string

Exception name

evalue: string

Exception value

status: "error"
traceback: string[]

Traceback