VerificationFailed

class VerificationFailed(message: String = "Signature verification failed", cause: Throwable? = null, val beaconRound: Long? = null) : DrandError

Beacon signature verification failed

Constructors

Link copied to clipboard
constructor(message: String = "Signature verification failed", cause: Throwable? = null, beaconRound: Long? = null)

Properties

Link copied to clipboard
val beaconRound: Long? = null
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?