toggle menu
KAHelpers
androidJvm
switch theme
search in API
retrofit
/
dev.funkymuse.retrofit.throwables
Package-level
declarations
Types
Properties
Types
No
Connection
Exception
Link copied to clipboard
class
NoConnectionException
(
customMessage
:
String
?
=
null
)
:
IOException
Too
Many
Requests
Exception
Link copied to clipboard
class
TooManyRequestsException
(
customMessage
:
String
?
)
:
IOException
Unauthorized
Exception
Link copied to clipboard
class
UnauthorizedException
(
customMessage
:
String
?
)
:
IOException
Properties
is
No
Connection
Exception
Link copied to clipboard
val
Throwable
.
isNoConnectionException
:
Boolean
is
Too
Many
Requests
Exception
Link copied to clipboard
val
Throwable
.
isTooManyRequestsException
:
Boolean
is
Unauthorized
Exception
Link copied to clipboard
val
Throwable
.
isUnauthorizedException
:
Boolean