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
/
InvalidBeacon
Invalid
Beacon
class
InvalidBeacon
(
val
beaconID
:
String
,
val
beaconRound
:
Long
,
message
:
String
=
"Invalid beacon ("
,
cause
:
Throwable
?
=
null
)
:
DrandError
Invalid beacon format or value
Members
Constructors
Invalid
Beacon
Link copied to clipboard
constructor
(
beaconID
:
String
,
beaconRound
:
Long
,
message
:
String
=
"Invalid beacon ("
,
cause
:
Throwable
?
=
null
)
Properties
beacon
ID
Link copied to clipboard
val
beaconID
:
String
beacon
Round
Link copied to clipboard
val
beaconRound
:
Long
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?