PhoneNumberError
Description:
[ CCode ( cprefix = "E_PHONE_NUMBER_ERROR_" , has_type_id = false ) ]
[ Version ( since = "3.8" ) ]
public errordomain PhoneNumberError
Numeric description of a phone number related error.
Content:
Error codes:
- INVALID_COUNTRY_CODE - the
supplied phone number has an invalid country calling code.
- NOT_A_NUMBER - the supplied text is
not a phone number.
- NOT_IMPLEMENTED - the library
was built without phone number support
- TOO_LONG - the text is too long for a
phone number.
- TOO_SHORT - the text is too short for
a phone number.
- TOO_SHORT_AFTER_IDD - the
remaining text after the country calling code is to short for a phone number.
- UNKNOWN - the phone number parser
reported a yet unknown error code.
Static methods:
- public static Quark quark ()