sealed class NotaryError| Conflict |
class Conflict : NotaryError |
| MoreThanOneTimestamp |
class MoreThanOneTimestamp : NotaryError |
| NotForMe |
class NotForMe : NotaryErrorThrown if the timestamp command in the transaction doesnt list this Notary as a signer |
| SignaturesMissing |
class SignaturesMissing : NotaryError |
| TimestampInvalid |
class TimestampInvalid : NotaryErrorThrown 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 : NotaryErrorThrown if the timestamp command in the transaction doesnt list this Notary as a signer |
| SignaturesMissing |
class SignaturesMissing : NotaryError |
| TimestampInvalid |
class TimestampInvalid : NotaryErrorThrown if the time specified in the timestamp command is outside the allowed tolerance |
| TransactionInvalid |
class TransactionInvalid : NotaryError |