ValidatedAdapterOptions
Defined in: src/persistence/migration/validatedAdapter.ts:30
Shape of error reasons surfaced from this wrapper.
Properties
Section titled “Properties”previewWire?
Section titled “previewWire?”
readonlyoptionalpreviewWire?: (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.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”string