TestRecorderError
public enum TestRecorderError: Error
The TestRecorderError enum describes domain specific errors for the TestSessionRecorder class.
-
Indicates the recorder failed to configure the underlying audio session used for recording.
Declaration
Swift
case configurationFailed
-
The user-presentable message for the error.
Declaration
Swift
public var localizedDescription: String
View on GitHub
TestRecorderError Enumeration Reference