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