@bugbug-io/sdk
    Preparing search index...

    Interface RequestOrigin

    Origin of the request that produced this error. Set by the client where available so CLI and MCP can show which endpoint failed without needing a separate resource label.

    interface RequestOrigin {
        method?: string;
        url?: string;
        requestId?: string;
    }
    Index

    Properties

    method?: string
    url?: string
    requestId?: string