com.r3corda.protocols / NotaryError

NotaryError

sealed class NotaryError


Types

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

SignaturesMissing class SignaturesMissing : NotaryError
TimestampInvalid class TimestampInvalid : NotaryError

Thrown if the time specified in the timestamp command is outside the allowed tolerance

TransactionInvalid class TransactionInvalid : NotaryError

Inheritors

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

SignaturesMissing class SignaturesMissing : NotaryError
TimestampInvalid class TimestampInvalid : NotaryError

Thrown if the time specified in the timestamp command is outside the allowed tolerance

TransactionInvalid class TransactionInvalid : NotaryError