iziz / libPhoneNumber-iOS

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

how to handle errors #375

Open benjimkh opened 1 year ago

benjimkh commented 1 year 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?