PushNumberChallengeException

Exception thrown when a push number challenge fails.

This exception is thrown when the server responds with an error during a push number challenge operation. It contains the status code and the error message from the server response.

Parameters

status

The status code of the API response.

message

The error message from the API response.

Constructors

Link copied to clipboard
constructor(status: Int, message: String)