---
title: WeatherSeverity
framework: weatherkit
role: symbol
role_heading: Enumeration
path: weatherkit/weatherseverity
---

# WeatherSeverity

A description of the severity of the severe weather event.

## Declaration

```swift
enum WeatherSeverity
```

## Topics

### Getting the properties

- [WeatherSeverity.minor](weatherkit/weatherseverity/minor.md)
- [WeatherSeverity.moderate](weatherkit/weatherseverity/moderate.md)
- [WeatherSeverity.severe](weatherkit/weatherseverity/severe.md)
- [WeatherSeverity.extreme](weatherkit/weatherseverity/extreme.md)
- [WeatherSeverity.unknown](weatherkit/weatherseverity/unknown.md)

### Describing the weather severity

- [accessibilityDescription](weatherkit/weatherseverity/accessibilitydescription.md)
- [description](weatherkit/weatherseverity/description.md)

## Relationships

### Conforms To

- [CaseIterable](swift/caseiterable.md)
- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Requests

- [WeatherQuery](weatherkit/weatherquery.md)
- [CurrentWeather](weatherkit/currentweather.md)
- [WeatherAttribution](weatherkit/weatherattribution.md)
- [WeatherMetadata](weatherkit/weathermetadata.md)
