Closed manoranjith closed 3 years ago
For AddPeerID API:
Update it to return the newly defined error type. To identify specific error cases, added error constants in the "ID provider" package.
Log the request, error/success response are logged in a structured format (#133).
Implementation Task
Relates to #132, #133.
Test_YAML_Write_Read
idprovider/local
Test_Session_AddPeerID
session
Test_Integ_New
node
AddPeerID
Rebased onto latest develop.
Description
For AddPeerID API:
Update it to return the newly defined error type. To identify specific error cases, added error constants in the "ID provider" package.
Log the request, error/success response are logged in a structured format (#133).
Category
Implementation Task
Relevant issue
Relates to #132, #133.
Testing
Steps to run the tests
Test_YAML_Write_Read
inidprovider/local
package for the newly added error constants.Test_Session_AddPeerID
insession
package andTest_Integ_New
innode
package for using new error type inAddPeerID
api.Checklist