Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Remove an unused error enum (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
graduad authored Aug 21, 2023
1 parent 229ed53 commit e03ef1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/Services/Errors/ModuleError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ internal enum ModuleError: Error {
case invalidAudioCaptureModeData([String: Any])
case invalidAudioCaptureStatus
case waitingForSDKImplementation(String)
case audioPreviewGenericError
}

internal extension ModuleError {
Expand Down Expand Up @@ -69,8 +68,6 @@ internal extension ModuleError {
return "invalide AudioCapture status"
case let .waitingForSDKImplementation(version):
return "Waiting for implementation in iOS SDK version: \(version)"
case .audioPreviewGenericError:
return "An AudioPreview error occured."
}
}
}
Expand Down

0 comments on commit e03ef1a

Please sign in to comment.