Kaptos
Toggle table of contents
0.1.2-beta
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.exception
/
AptosSdkError
/
NetworkError
Network
Error
data
class
NetworkError
(
val
cause
:
Throwable
)
:
AptosSdkError
A network, serialization, or other I/O-related issue.
Parameters
cause
The original throwable.
Members
Constructors
Network
Error
Link copied to clipboard
constructor
(
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable