NetworkError

data class NetworkError(val cause: Throwable) : AptosIndexerError

Represents an underlying HTTP or Network failure when trying to reach the Indexer.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard
open override val cause: Throwable