Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
indexer
/
com.midnight.kuira.core.indexer.api
/
IndexerException
Indexer
Exception
sealed
class
IndexerException
:
Exception
Base exception for all indexer-related errors.
Inheritors
NetworkException
HttpException
TimeoutException
InvalidResponseException
GraphQLException
ApiVersionException
RetryExhaustedException
CertificatePinningException
Members
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?