ErrorCode: {
    messageTemplateNotAdmin: "message_template_not_admin";
    topicNotPublic: "topic_not_public";
    userNotSubscribed: "user_not_subscribed";
} = ...

Error codes for the Notification adapter for the messaging service

Type declaration

  • Readonly messageTemplateNotAdmin: "message_template_not_admin"

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

  • Readonly topicNotPublic: "topic_not_public"

    The topic is not public

  • Readonly userNotSubscribed: "user_not_subscribed"

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

Generated using TypeDoc