Type Alias AlertingTaskRecipientError

type AlertingTaskRecipientError = {
    added?: string;
    value?:
        | "USER_IS_DELETED"
        | "USER_DISABLED_IN_QCS"
        | "NO_ACCESS_TO_APP"
        | "UNSUBSCRIBED_FROM_ALERT"
        | "CONDITION_EVAL_ERROR"
        | "USER_DISABLED_IN_ALERT_BY_OWNER"
        | "MAX_ALERTS_LIMIT_REACHED";
}
Index

Properties

Properties

added?: string

Timestamp for the creation of the error

value?:
    | "USER_IS_DELETED"
    | "USER_DISABLED_IN_QCS"
    | "NO_ACCESS_TO_APP"
    | "UNSUBSCRIBED_FROM_ALERT"
    | "CONDITION_EVAL_ERROR"
    | "USER_DISABLED_IN_ALERT_BY_OWNER"
    | "MAX_ALERTS_LIMIT_REACHED"

Identifier for type of error occurring on alerting task