corda / net.corda.core.flows / NotaryError / TimeWindowInvalid

TimeWindowInvalid

data class TimeWindowInvalid : NotaryError

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

Constructors

<init>

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

TimeWindowInvalid(currentTime: Instant, txTimeWindow: TimeWindow)

Properties

currentTime

val currentTime: Instant

txTimeWindow

val txTimeWindow: TimeWindow

Functions

toString

fun toString(): String

Companion Object Properties

INSTANCE

val INSTANCE: TimeWindowInvalid