你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChatErrorTarget type

ChatErrors 中所有允许密钥的字符串文本类型。

type ChatErrorTarget =
  | "ChatClient.createChatThread"
  | "ChatClient.deleteChatThread"
  | "ChatClient.getChatThreadClient"
  | "ChatClient.listChatThreads"
  | "ChatClient.off"
  | "ChatClient.on"
  | "ChatClient.startRealtimeNotifications"
  | "ChatClient.stopRealtimeNotifications"
  | "ChatThreadClient.addParticipants"
  | "ChatThreadClient.deleteMessage"
  | "ChatThreadClient.getMessage"
  | "ChatThreadClient.getProperties"
  | "ChatThreadClient.listMessages"
  | "ChatThreadClient.listParticipants"
  | "ChatThreadClient.listReadReceipts"
  | "ChatThreadClient.removeParticipant"
  | "ChatThreadClient.sendMessage"
  | "ChatThreadClient.sendReadReceipt"
  | "ChatThreadClient.sendTypingNotification"
  | "ChatThreadClient.updateMessage"
  | "ChatThreadClient.updateTopic"