API reference › @evolu/common › Task › FetchError
Defined in: packages/common/src/Task.ts:3776
Error returned when a fetch Task fails.
Extends
InferType<typeofFetchError>
Properties
error
error: unknown;
Inherited from
InferType.error;
type
type: "FetchError";