Skip to content

Interface: BrokenFileRef

Defined in: core/src/schema/columns.ts:220

Emitted by decodeFromSql("file", ...) when a file cell can’t be parsed (typically an empty-string backfill from an ALTER TABLE … DEFAULT ‘’, or a raw driver write of a malformed manifest). Client-side helpers degrade this to status: "missing" rather than crashing the pull batch.

readonly __plasmaFileBroken: true

Defined in: core/src/schema/columns.ts:221


readonly raw: unknown

Defined in: core/src/schema/columns.ts:222