interledger-deprecated / java-ilp-core

WE'VE MOVED: This project has moved to Hyperledger Quilt
https://github.com/hyperledger/quilt/tree/master/ilp-core
Apache License 2.0
16 stars 10 forks source link

Improve ErrorCode.toString #83

Closed sappenin closed 6 years ago

sappenin commented 7 years ago

Currently, the ErrorCode toString method emits something like this:

Impl{code='T00', name='INTERNAL ERROR', errorFamily=T}

We should adjust this very slightly to better identify the class, like this:

ErrorCode.Impl{code='T00', name='INTERNAL ERROR', errorFamily=T}