Skip to content
Snippets Groups Projects
Commit 5e5a42d3 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

raft: introduce RaftError

Last piece of src/box used in raft code was error.h. It was added
to be able to raise ClientErrors. To get rid of it the libraries
usually introduce their own error type available from
src/lib/core. Such as CollationError, SwimError, CryptoError.

This patch adds RaftError and removes the last box dependency from
raft code.

Part of #5303
parent 55ee4690
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment