hyperledger-labs / perun-node

State channel node of the blockchain-agnostic state channels framework Perun.
https://labs.hyperledger.org/perun-doc/
Apache License 2.0
18 stars 12 forks source link

Add definitions for new api error type #147

Closed manoranjith closed 3 years ago

manoranjith commented 3 years ago

Description

Category

Implementation Task

Relevant issue

Relates to #132.

Testing

Steps to run the tests
  1. Test_ErrorCategory and Test_ErrorCode have be included in api/grpc package to test the mapping from error constants in the project to those in the grpc adapter.

Checklist