Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSubscriptionNotification = agenterrors.Newf(1300, "could not send notification via %s, check SUBSCRIPTION config") ErrSubscriptionNoNotifications = agenterrors.New(1301, "no subscription notification type is configured, check SUBSCRIPTION config") ErrSubscriptionData = agenterrors.New(1302, "error creating notification request") ErrSubscriptionBadAuthtype = agenterrors.Newf(1303, "email template not updated because an invalid authType was supplied: %s. Check central.subscriptions.notifications.smtp.authType") ErrSubscriptionNoTemplateForAction = agenterrors.Newf(1304, "no email template found for action %s") ErrSubscriptionSendEmail = agenterrors.New(1305, "error sending email to SMTP server") )
Errors hit when sending subscription notifications
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.