BaseException
The BaseException class is used as the Base across all login exception classes
Types
Link copied to clipboard
class HttpErrorException(val httpCode: Int, val description: String) : BaseException
Content copied to clipboard
HttpErrorException denotes errors that occur in HTTP call
Link copied to clipboard
class UnAuthenticatedException( val error: String, val description: String, val code: String?) : BaseException
Content copied to clipboard
Thrown when authentication fails.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard