Skip to content

Interface: PublishResult

Defined in: packages/aiui-vscode/src/channels.ts:53

POST /session/publish outcome, success or nack.

Properties

armed?

optional armed?: boolean

Defined in: packages/aiui-vscode/src/channels.ts:58

The session's cached armed slot at send time (informational).


delivered?

optional delivered?: SessionPeer[]

Defined in: packages/aiui-vscode/src/channels.ts:56

On success: the views the message was actually sent to.


error?

optional error?: string

Defined in: packages/aiui-vscode/src/channels.ts:60

On a nack: why nothing was delivered.


ok

ok: boolean

Defined in: packages/aiui-vscode/src/channels.ts:54