AlertSeverityLevelType Enum
Severity level of a alert
Possible Values
#
INFO
Info alerts are used for informational messages that should not have a significant effect on user's journey, for example: A single entrance to a metro station is temporarily closed.
SEVERE
Severe alerts are used when a significant part of public transport services is affected, for example: All train services are canceled due to technical problems.
UNKNOWN_SEVERITY
Severity of alert is unknown
WARNING
Warning alerts are used when a single stop or route has a disruption that can affect user's journey, for example: All trams on a specific route are running with irregular schedules.
Usages
#
References
#
- Field alertSeverityLevel from Alert
- Argument severityLevel of field alerts from type QueryType
Previous
AlertEntity