Skip to main content
Skip table of contents

12.1 Alert Enums

 

JAVA

    public enum TrSvcAlertSeverity : int
    {
        None = -1,
        All = 0,
        Error = 1,
        Warning = 2,
        Info = 3,
        Trace = 4
    }

    public enum TrSvcAlertStatus : int
    {
        None = -1,
        All = 0,
        Pending = 1,
        Recovered = 2,
        Ignored = 3,
        GiveUp = 4
    }

    public enum TrSvcAlertType : int
    {
        None = -1,
        All = 0,
        CertificateExpiration = 1,
        SourceConnection = 2,
        SourcePull = 3,
        TargetConnection = 4,
        TargetPush = 5,
        PickupInactivity = 6,
        LandingInactivity = 7,
        FlowProcessing = 8,
        NoDeliveryTargets = 9,
        NoTransportOrganizations = 10,
        DeliveryInactivity = 11,
        ArchiveConnection = 12,
        ArchivePush = 13,
    }

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.