sealed class NotaryError
Conflict |
class Conflict : NotaryError |
MoreThanOneTimestamp |
class MoreThanOneTimestamp : NotaryError |
NotForMe |
class NotForMe : NotaryError Thrown if the timestamp command in the transaction doesnt list this Notary as a signer |
TimestampInvalid |
class TimestampInvalid : NotaryError Thrown if the time specified in the timestamp command is outside the allowed tolerance |
TransactionInvalid |
class TransactionInvalid : NotaryError |
Conflict |
class Conflict : NotaryError |
MoreThanOneTimestamp |
class MoreThanOneTimestamp : NotaryError |
NotForMe |
class NotForMe : NotaryError Thrown if the timestamp command in the transaction doesnt list this Notary as a signer |
TimestampInvalid |
class TimestampInvalid : NotaryError Thrown if the time specified in the timestamp command is outside the allowed tolerance |
TransactionInvalid |
class TransactionInvalid : NotaryError |