waku-org/nwaku

chore: Negentropy error handling improvements

Opened this issue · 0 comments

Background

The Negentropy bindings used by Waku Sync do not return specific errors only a bool. During dogfooding we notice some errors but can't tell if they are expected or not because they can't be differentiated.

Details

Improve the binding code (Nim, C, C++) so that we can get error details.

Acceptance criteria

Nim code can distinguish different Negentropy errors.