toggle menu
OMH Auth
androidJvm
switch theme
search in API
core
/
com.openmobilehub.android.auth.core.models
/
OmhAuthException
Omh
Auth
Exception
sealed
class
OmhAuthException
(
val
statusCode
:
Int
)
:
Exception
Inheritors
LoginCanceledException
NotInitializedException
UnrecoverableLoginException
RecoverableLoginException
ApiException
NotSupportedException
Members
Constructors
Omh
Auth
Exception
Link copied to clipboard
protected
constructor
(
statusCode
:
Int
)
Types
Api
Exception
Link copied to clipboard
class
ApiException
(
statusCode
:
Int
,
val
cause
:
Throwable
?
=
null
)
:
OmhAuthException
Login
Canceled
Exception
Link copied to clipboard
class
LoginCanceledException
(
val
cause
:
Throwable
?
=
null
)
:
OmhAuthException
Not
Initialized
Exception
Link copied to clipboard
class
NotInitializedException
:
OmhAuthException
Not
Supported
Exception
Link copied to clipboard
class
NotSupportedException
:
OmhAuthException
Recoverable
Login
Exception
Link copied to clipboard
class
RecoverableLoginException
(
statusCode
:
Int
,
val
cause
:
Throwable
?
=
null
)
:
OmhAuthException
Unrecoverable
Login
Exception
Link copied to clipboard
class
UnrecoverableLoginException
(
val
cause
:
Throwable
?
=
null
)
:
OmhAuthException
Properties
message
Link copied to clipboard
open
override
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int