RecorderError
public enum RecorderError : Error
Errors returned in the completion handler during start()
when starting fails for timing reasons.
-
Returned when the recorder has already been started.
Declaration
Swift
case alreadyRunning
-
Returned when the recorder that has been cancelled, failed, or finished.
Declaration
Swift
case finished
-
Returned when the recorder or task was interrupted.
Declaration
Swift
case interrupted