NodeNotFound
data class NodeNotFound(val address: MeshAddress.UnicastAddress, val recoveryHint: String = "Node not found in network. Verify the unicast address.") : MeshError
Constructors
Link copied to clipboard
constructor(address: MeshAddress.UnicastAddress, recoveryHint: String = "Node not found in network. Verify the unicast address.")