Skip to content

ValidatedAdapterOptions

Defined in: src/persistence/migration/validatedAdapter.ts:30

Shape of error reasons surfaced from this wrapper.

readonly optional previewWire?: (wire) => string

Defined in: src/persistence/migration/validatedAdapter.ts:36

Override how the wire payload is shown in the validation error. Defaults to JSON.stringify(payload).slice(0, 200) — truncated so big payloads don’t flood the error log.

unknown

string