HazardSeverity

public enum HazardSeverity

The severity of a hazard describes its criticality with respect to the danger. The severity may get lower over time as the hazardous situation becomes more secure (e.g., police regulating traffic).

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Hazard message with highest severity.

    Declaration

    Swift

    case critical
  • Hazard message with high impact.

    Declaration

    Swift

    case major
  • Hazard message with a medium impact.

    Declaration

    Swift

    case medium
  • low

    Hazard message with lowest severity.

    Declaration

    Swift

    case low