ISPO SDK
    Preparing search index...

    Type Alias CloudChatDenial

    Markdown
    CloudChatDenial:
        | {
            kind: Exclude<CloudChatDenialCode, "unavailable">;
            message?: string;
        }
        | {
            kind: "unavailable";
            message?: string;
            reason?: CloudChatUnavailableReason;
        }

    Type Declaration

    • { kind: Exclude<CloudChatDenialCode, "unavailable">; message?: string }
      • kind: Exclude<CloudChatDenialCode, "unavailable">
      • Optionalmessage?: string

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

    • { kind: "unavailable"; message?: string; reason?: CloudChatUnavailableReason }
      • kind: "unavailable"
      • Optionalmessage?: string
      • Optionalreason?: CloudChatUnavailableReason

        Closed, id-free detail for actionable mint configuration. Absent means an undifferentiated transport/provider failure.