boundfetch
    Preparing search index...

    Interface MiddlewareErrorContext

    interface MiddlewareErrorContext {
        endpoint: EndpointDef;
        endpointName: string;
        input?: Record<string, unknown>;
        request?: FetcherRequest;
    }
    Index

    Properties

    endpoint: EndpointDef
    endpointName: string
    input?: Record<string, unknown>
    request?: FetcherRequest