NetworkError

data class NetworkError(val cause: Throwable) : AptosSdkError

A network, serialization, or other I/O-related issue.

Parameters

cause

The original throwable.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard
open override val cause: Throwable