/** *DetectwhetheranerroriscausedbyarevokedProxy. * *TheBotFrameworkSDKwrapsTurnContextinaProxythatisrevokedoncethe *turnhandlerreturns.Anylateraccess(e.g.fromadebouncedcallback) *throwsaTypeErrorwhosemessagecontainsthedistinctive"proxythathas *beenrevoked"string.
*/
export function isRevokedProxyError(err: unknown): boolean { if (!(err instanceof TypeError)) { returnfalse;
} return /proxy that has been revoked/i.test(err.message);
}
export function formatMSTeamsSendErrorHint(
classification: MSTeamsSendErrorClassification,
): string | undefined { if (classification.kind === "auth") { return"check msteams appId/appPassword/tenantId (or env vars MSTEAMS_APP_ID/MSTEAMS_APP_PASSWORD/MSTEAMS_TENANT_ID)";
} if (classification.errorCode === "ContentStreamNotAllowed") { return"Teams expired the content stream; stop streaming earlier and fall back to normal message delivery";
} if (classification.kind === "throttled") { return"Teams throttled the bot; backing off may help";
} if (classification.kind === "transient") { return"transient Teams/Bot Framework error; retry may succeed";
} return undefined;
}
Messung V0.5 in Prozent
¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.14Angebot
(Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.