枚举 MCDRemoteSystemWatcherError
typedef NS_ENUM(NSInteger, MCDRemoteSystemWatcherError)
包含的值描述在发现过程中远程系统观察程序对象遇到的错误。
字段
名称 | 值 | 说明 |
---|---|---|
MCDRemoteSystemWatcherErrorUnknown | 0 | 观察程序遇到未知错误。 |
MCDRemoteSystemWatcherErrorInternetNotAvailable | 1 | 由于 Internet 连接丢失,因此出错。 |
MCDRemoteSystemWatcherErrorAuthenticationError | 2 | 发生此错误是因为用于运行发现的 ConnectedDevicesAccount 无法进行身份验证。 |