rest-vir - v1.0.0
    Preparing search index...

    Function createRestVirHandlerErrorPrefix

    • Creates the handler error string used by RestVirHandlerError.

      Parameters

      • route: Readonly<
            {
                isEndpoint: boolean
                | undefined;
                isWebSocket: boolean | undefined;
                path: string;
                service: { serviceName: string };
            },
        >

      Returns string