public enum NoticeSeverity : UInt32, CaseIterable, Codable

Describes the impact a notice has on the resource to which the notice is attached.

  • The notice must not be ignored, even if the type of notice is not known to the user. Any associated resource (e.g., route section) must not be used without further evaluation.

    Declaration

    Swift

    case critical
  • The notice is for informative purposes, but does not affect usability of the route.

    Declaration

    Swift

    case info