gpt4 book ai didi

iPhone - 将 NSError 处理到一个范围内

转载 作者:行者123 更新时间:2023-12-03 07:45:04 25 4
gpt4 key购买 nike

我正在尝试处理错误,但我发现很难知道可以返回给我什么样的错误。
例如,我从 map View 操作中调用了这个委托(delegate)方法:

- (void) reverseGeocoder:(MKReverseGeocoder *)geocoder didFailWithError:(NSError *)error;

我怎么知道通过这种方法可以向我发送什么样的错误?
我不想处理整个错误目录... :-)

最佳答案

MKReverseGeocoder.h 说:

// There are at least two types of errors:
// - Errors sent up from the underlying connection (temporary condition)
// - Result not found errors (permanent condition). The result not found errors
// will have the domain MKErrorDomain and the code MKErrorPlacemarkNotFound
- (void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFailWithError:(NSError *)error;

猜猜你应该在询问之前阅读文档和标题。

关于iPhone - 将 NSError 处理到一个范围内,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6717996/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com