ISPO SDK
    Preparing search index...

    Interface CloudSupportDenial

    Markdown
    interface CloudSupportDenial {
        kind:
            | "signed-out"
            | "unavailable"
            | "banned"
            | "rate-limited"
            | "not-operator"
            | "invalid";
        message?: string;
    }
    Index
    kind:
        | "signed-out"
        | "unavailable"
        | "banned"
        | "rate-limited"
        | "not-operator"
        | "invalid"
    message?: string

    Optional human copy from the host, already id-scrubbed. Apps render their own per-code copy and must never parse this.