mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-09 00:53:07 +00:00
This addresses two items: - Use ApplicationError instead of InvalidRequest for custom application errors. Avoiding confusing regarding the usage of InvalidRequest (although the actual error code used could/would be different). - Allow for defining an optional data object that gets returned in the error response, as per json-rpc specification.