Uses of Class
tech.checkhim.exceptions.CheckHimException
Packages that use CheckHimException
-
Uses of CheckHimException in tech.checkhim
Methods in tech.checkhim that throw CheckHimExceptionModifier and TypeMethodDescriptionConvenience method to verify a phone number using just the number string.CheckHim.verify(VerificationRequest request) Verifies a phone number using the CheckHim API. -
Uses of CheckHimException in tech.checkhim.exceptions
Subclasses of CheckHimException in tech.checkhim.exceptionsModifier and TypeClassDescriptionclassException thrown when a phone number has an invalid format.classException thrown when a phone number verification fails due to network issues.classException thrown when a phone number is missing the required country prefix.classException thrown when the subscriber is temporarily absent or unreachable.classException thrown when the subscriber is unknown to the network. -
Uses of CheckHimException in tech.checkhim.http
Methods in tech.checkhim.http that throw CheckHimException