从CLLocationManager获取错误代码didFailWithError

时间:2016-10-04 22:31:56

标签: ios swift cllocationmanager

在Swift 3之前,我可以通过访问error.code来获取错误代码。现在,在Swift 3下,似乎Error对象的唯一属性是基于字符串的文本描述。在这种情况下,我们如何得到错误的枚举值?

optional func locationManager(_ manager: CLLocationManager, 
             didFailWithError error: Error)

0 个答案:

没有答案