core.node.services / TimestampingError

TimestampingError

sealed class TimestampingError : Exception


Exceptions

NotForMe class NotForMe : TimestampingError

Thrown if the command in the transaction doesnt list this timestamping authorities public key as a signer

NotOnTimeException class NotOnTimeException : TimestampingError

Thrown if an attempt is made to timestamp a transaction using a trusted timestamper, but the time on the transaction is too far in the past or future relative to the local clock and thus the timestamper would reject it.

RequiresExactlyOneCommand class RequiresExactlyOneCommand : TimestampingError

Inheritors

NotForMe class NotForMe : TimestampingError

Thrown if the command in the transaction doesnt list this timestamping authorities public key as a signer

NotOnTimeException class NotOnTimeException : TimestampingError

Thrown if an attempt is made to timestamp a transaction using a trusted timestamper, but the time on the transaction is too far in the past or future relative to the local clock and thus the timestamper would reject it.

RequiresExactlyOneCommand class RequiresExactlyOneCommand : TimestampingError