PermissionError

public enum PermissionError: Error

System permission not granted like camera or microphone

  • notGranted: Permission not accepted as argument
  • Declaration

    Swift

    case notGranted(permission: String)