IndexerException

Indexer-related errors (10xxx range).

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class RequestFailed(message: String, cause: Throwable? = null) : IndexerException

Indexer request failed (network error or non-success HTTP status).

Link copied to clipboard
class Timeout(message: String, cause: Throwable? = null) : IndexerException

Indexer request timed out.

Properties

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

Functions

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