drand-client
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
drand-client
drand-client
/
love.drand
/
DrandError
/
NetworkError
Network
Error
class
NetworkError
(
message
:
String
=
"Network request failed"
,
cause
:
Throwable
?
=
null
)
:
DrandError
Network connectivity issues (timeouts, DNS failures, etc.)
Members
Constructors
Network
Error
Link copied to clipboard
constructor
(
message
:
String
=
"Network request failed"
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?