Создайте переход ошибок Swift

enum DivisionError: Error {
  case dividedByZero
}
SAMER SAEID