iOS-MAS-Foundation icon indicating copy to clipboard operation
iOS-MAS-Foundation copied to clipboard

Make error codes publicly available

Open adrianod1as opened this issue 6 years ago • 0 comments

Could you make all or some of the codes in NSError+MASPrivate.m publicly available? It would be useful. For instance, I could handle for my needs a timed out request or sudden lack of Internet connection by comparing the error code to your constants.

https://github.com/CAAPIM/iOS-MAS-Foundation/blob/90fb3f4d2a1c23064076cdd5d12e92002a20857e/MASFoundation/Classes/private/categories/NSError%2BMASPrivate.m#L128

Thanks for your attention o/

adrianod1as avatar Dec 14 '18 15:12 adrianod1as