Interface: SendResult
Defined in: packages/aiui-claude-channel/src/send.ts:9
Properties
error?
optionalerror?:string
Defined in: packages/aiui-claude-channel/src/send.ts:15
Error message the backend reported, if any.
ok
ok:
boolean
Defined in: packages/aiui-claude-channel/src/send.ts:11
True when the server accepted the prompt (HTTP 2xx and { ok: true }).
status
status:
number
Defined in: packages/aiui-claude-channel/src/send.ts:13
HTTP status the backend returned.