iziz / libPhoneNumber-iOS

iOS port from libphonenumber (Google's phone number handling library)
Apache License 2.0
2.36k stars 465 forks source link

how to handle errors #375

Open benjimkh opened 2 years ago

benjimkh commented 2 years ago

i have problem showing different errors like:

currently i can get notified abt the number not being a valid for the region or not a valid number using isValid method but what if i wanted to know some more specific errors? any help?