sealed class NodeMapError : Exception| InvalidSignature |
class InvalidSignature : NodeMapErrorThrown if the signature on the node info does not match the public key for the identity |
| InvalidSubscriber |
class InvalidSubscriber : NodeMapErrorThrown if the replyTo of a subscription change message is not a single message recipient |
| UnknownChangeType |
class UnknownChangeType : NodeMapErrorThrown if a change arrives which is of an unknown type |
| rootCause |
val Throwable.rootCause: Throwable |
| InvalidSignature |
class InvalidSignature : NodeMapErrorThrown if the signature on the node info does not match the public key for the identity |
| InvalidSubscriber |
class InvalidSubscriber : NodeMapErrorThrown if the replyTo of a subscription change message is not a single message recipient |
| UnknownChangeType |
class UnknownChangeType : NodeMapErrorThrown if a change arrives which is of an unknown type |