@qtsurfer/api-client
    Preparing search index...

    Type Alias AuthenticateErrors

    type AuthenticateErrors = {
        "401": AuthTokenError;
        "429": unknown;
    }
    Index

    API key is invalid, revoked, or expired.

    "429": unknown

    Rate limit exceeded for this API key.