IncidentImpact
public enum IncidentImpact : String, Codable
The degree at which a DexcareIncident]` affects a DexCare platform or component.
-
The DexCare platform or component is experiencing a extreme disruption.
Declaration
Swift
case critical -
The DexCare platform or component is currently unavailable due to a planned maintenance.
Declaration
Swift
case maintenance -
The DexCare platform or component is not affected.
Declaration
Swift
case none -
The DexCare platform or component is experiencing a large disruption.
Declaration
Swift
case major -
The DexCare platform or component is experiencing a small disruption.
Declaration
Swift
case minor
View on GitHub
Install in Dash