Skip to content

RecordingIssue

RecordingIssue = { fromT: number; kind: "frames-gap"; toT: number; } | { at: number; kind: "memory-pressure"; }

Defined in: console-sdk/src/session/types.ts:435

A typed partial-failure in the capture series (SDK_PLAN.md §3.6.5): a gap is visible, not a silent hole. POST-RE-SCOPE, the only issues are a device-drop frames-gap (samples null-filled) and a memory-pressure downsample event — there is no chunk/flush failure mode.