comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
service
/
com.sorrowblue.comicviewer.domain.service.datasource
/
RemoteException
Remote
Exception
sealed
class
RemoteException
:
RuntimeException
Inheritors
NoNetwork
InvalidAuth
InvalidServer
NotFound
Unknown
Members
Types
Invalid
Auth
Link copied to clipboard
class
InvalidAuth
:
RemoteException
Invalid
Server
Link copied to clipboard
class
InvalidServer
:
RemoteException
No
Network
Link copied to clipboard
class
NoNetwork
:
RemoteException
Not
Found
Link copied to clipboard
class
NotFound
:
RemoteException
Unknown
Link copied to clipboard
class
Unknown
:
RemoteException
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?