Unknown

data class Unknown(val id: String) : RejectCode

A code this build does not know: a peer that predates typed codes (empty id), a newer build's addition, or another module's own code. Retryable — see the type KDoc.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
open override val id: String

Stable wire identifier. Travels in AdmitMessage.Reject; must not change once shipped.

Link copied to clipboard
open val retryable: Boolean

Whether presenting the same credentials again could plausibly succeed.