Options
All
  • Public
  • Public/Protected
  • All
Menu

A 'error' message on the 'iopub' channel.

See Execution errors.

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "iopub"

The channel on which the message is transmitted.

content

content: { ename: string; evalue: string; traceback: string[] }

The content of the message.

Type declaration

  • ename: string
  • evalue: string
  • traceback: string[]

header

header: IHeader<"error">

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: {} | IHeader<MessageType>

The parent message

Generated using TypeDoc