RSDRecorderError

public enum RSDRecorderError : 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