js-waku icon indicating copy to clipboard operation
js-waku copied to clipboard

feat(filter)!: return error codes instead of throwing errors

Open danisharora099 opened this issue 4 months ago • 1 comments

Problem

The Filter implementation currently throws Error to handle non-success scenarios. This needs a change to using error codes instead: #1694

Solution

Move all throws to returning error codes

Notes

  • Related to #1694

danisharora099 avatar Apr 23 '24 11:04 danisharora099