ErrorCode: {
    attachmentNotBelongToTopic: "attachment_not_belong_to_topic";
    messageNotBelongToUser: "message_not_belong_to_user";
    messageTemplateNotAdmin: "message_template_not_admin";
    requiresPrivateMessage: "requires_private_message";
    userNotSubscribed: "user_not_subscribed";
} = ...

Error codes for the Chat adapter for the messaging service

Type declaration

  • Readonly attachmentNotBelongToTopic: "attachment_not_belong_to_topic"

    Attachment does not belong to the topic

  • Readonly messageNotBelongToUser: "message_not_belong_to_user"

    The given message does not belong to the logged in user

  • Readonly messageTemplateNotAdmin: "message_template_not_admin"

    The given message template is not an admin-owned message template

  • Readonly requiresPrivateMessage: "requires_private_message"

    The given validation requires the private chat flag to be set

  • Readonly userNotSubscribed: "user_not_subscribed"

    User is not subscribed to this topic and cannot perform this action

Generated using TypeDoc