Typescript SDK Type Docs
    Preparing search index...

    Interface MissingProjectKeyError

    Returned when the project key is missing from the request.

    interface MissingProjectKeyError {
        code: "MissingProjectKey";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "MissingProjectKey"

    Error identifier.

    message: string

    "Missing project key in the request path."