dashevo / dapi

DEPRECATED A decentralized API for the Dash network
MIT License
17 stars 11 forks source link

feat!: use semantic error codes #397

Closed shumkov closed 3 years ago

shumkov commented 3 years ago

Issue being fixed or feature implemented

To allow more logical error handling for clients, we need to use semantically correct error codes for different cases.

What was done?

How Has This Been Tested?

With tests

Breaking Changes

Checklist:

For repository code-owners and collaborators only