Skip to content

Interface: ApiErrorOptions

Defined in: src/core/errors/apiError.ts:3

Extended by

Properties

cause?

ts
optional cause?: unknown;

Defined in: src/core/errors/apiError.ts:5

The error that caused this one — a transport failure, a parse failure.