tari icon indicating copy to clipboard operation
tari copied to clipboard

Wallet FFI should support complex error types

Open SWvheerden opened this issue 1 year ago • 0 comments

Currently, the FFI only supports error codes but they are meaningless without the source code listing the error codes. We should add optional error return types. The create getters and setters for the errors to convert the error codes and string to char pointers so they can be queried across the FFI.

SWvheerden avatar Nov 06 '23 07:11 SWvheerden