dashevo / js-dpp

DEPRECATED The JavaScript implementation of the Dash Platform Protocol
MIT License
8 stars 8 forks source link

feat!: create an error instance from code and required data #342

Closed shumkov closed 3 years ago

shumkov commented 3 years ago

Issue being fixed or feature implemented

To pass only necessary data to the client and allow to recreate error instances from a code and additional required information we should implement:

What was done?

How Has This Been Tested?

With integration and unit tests

Breaking Changes

Some validation errors are changed.

Checklist:

For repository code-owners and collaborators only