MessageRejected

data class MessageRejected(val reason: String, val recoveryHint: String = "The mesh message was rejected by the network layer (possible replay or key issue).") : MeshTransportError

Constructors

Link copied to clipboard
constructor(reason: String, recoveryHint: String = "The mesh message was rejected by the network layer (possible replay or key issue).")

Properties

Link copied to clipboard
Link copied to clipboard