Class IdentityErrorResponseException

All Implemented Interfaces:
Serializable

public final class IdentityErrorResponseException extends HttpResponseException
Exception thrown on phone number specific errors
See Also:
  • Constructor Details

    • IdentityErrorResponseException

      public IdentityErrorResponseException(String message, HttpResponse response, IdentityError value)
      Initializes a new instance of the IdentityErrorResponseException class.
      Parameters:
      message - the exception message or the response content if a message is not available.
      response - the HTTP response.
      value - the deserialized response value.
  • Method Details