[#ReconciliationRegisterResult] = ReconciliationRegisterResult :mrdocs: Outcome of trying to register a peer for transaction reconciliation. == Synopsis Declared in `<node/txreconciliation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class ReconciliationRegisterResult : int; ---- == Members [cols="1,4"] |=== | Name| Description | `NOT_FOUND` | The peer was not pre‐registered, so registration could not proceed. | `SUCCESS` | The peer was registered successfully. | `ALREADY_REGISTERED` | The peer was already registered for reconciliation. | `PROTOCOL_VIOLATION` | The peer sent parameters that violate the reconciliation protocol. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#