GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

OnFailRequestCallback

API/Type Aliases/OnFailRequestCallback
seyfert/lib/api/api.d.ts

Signature

export type OnFailRequestCallback = (method: HttpMethods, url: `/${string}`, error: unknown, statusCode?: number) => Awaitable<any>;

Members

This export does not declare public properties or methods in the generated declaration file.