Skip to content

IdParamFailure

IdParamFailure = { reason: "brand_mismatch"; status: number; } | { reason: "malformed"; status: number; }

Defined in: src/adapters/adapter-types.ts:5

Discriminated failure value passed to onError and emitted to the framework’s error handler.