AdapterPayloadError
Defined in: packages/core/src/errors.ts:84
Error class to handle adapter payload parse errors. Expects to receive a ZodError.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AdapterPayloadError(
error):AdapterPayloadError
Defined in: packages/core/src/errors.ts:85
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”AdapterPayloadError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”cause?
Section titled “cause?”
readonlyoptionalcause:unknown
Defined in: packages/core/src/errors.ts:14
Inherited from
Section titled “Inherited from”message
Section titled “message”message:
string
Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Section titled “Inherited from”name:
string
Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Section titled “Inherited from”stack?
Section titled “stack?”
optionalstack:string
Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es5.d.ts:1078