Skip to main content

sseErrorFrame

@forge/monorepo


@forge/monorepo / backend/src / sseErrorFrame

Function: sseErrorFrame()

sseErrorFrame(message): string

Defined in: backend/src/graphql/sse.ts:71

A stream-level failure, in the protocol's error shape.

Distinct from a failed run: there is no sequence to preserve and nothing to resume to, so this is genuinely a protocol error rather than an event.

Parameters

message

string

Returns

string