Return status code instead of bool in IComposer #766
Labels
easy hacks
The solution is expected to be straightforward even if you are new to the project
help wanted
An important and awaited task but we have no human resources for it yet
refactoring
Summary
packet::IComposer is interface for protocol-specific serializators. See documentation.
Currently its methods return bool (true on success or false on error). We need to replace bool with status::StatusCode and return code that described why the operation failed.
Implementation
Testing
The text was updated successfully, but these errors were encountered: