Type Alias AlertingTaskGroupRecipientError

type AlertingTaskGroupRecipientError = {
    added?: string;
    value?:
        | "GROUP_IS_DISABLED"
        | "MAX_ALERTS_LIMIT_REACHED"
        | "GROUP_WITH_NO_APP_ACCESS"
        | "GROUP_IS_DELETED";
}
Index

Properties

Properties

added?: string

Timestamp for the creation of the error

value?:
    | "GROUP_IS_DISABLED"
    | "MAX_ALERTS_LIMIT_REACHED"
    | "GROUP_WITH_NO_APP_ACCESS"
    | "GROUP_IS_DELETED"

Identifier for type of error occurring on alerting task