AppAuthManagerException

class AppAuthManagerException(val message: String?, exceptionMessage: String? = null) : Exception

Exception to be thrown to the exception related to the AppAuthManager

Parameters

message

Message related to the exception

exceptionMessage

Message related to the exception

TODO: Make a mapper function to map the exceptions to the error types, and these need to be SEALED classes

Constructors

Link copied to clipboard
constructor(message: String?, exceptionMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String?

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

Print the exception

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String