TimeWindowInvalid

data class TimeWindowInvalid(val currentTime: Instant, val txTimeWindow: TimeWindow) : NotaryError

Occurs when time specified in the TimeWindow command is outside the allowed tolerance.

Constructors

Link copied to clipboard
constructor(currentTime: Instant, txTimeWindow: TimeWindow)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String