Initial implementation of parsing reject reasons as discussed in #264. It can handle two formats, the error array and the reject-reason string. If other flavours are found, it should be fairly trivial to extend the parsing.
This only handles the parsing aspect, feeding back to the front-end will be a separate issue.
I extended an existing and added a unit test, but I don't know how to run them.
Initial implementation of parsing reject reasons as discussed in #264. It can handle two formats, the error array and the reject-reason string. If other flavours are found, it should be fairly trivial to extend the parsing.
This only handles the parsing aspect, feeding back to the front-end will be a separate issue.
I extended an existing and added a unit test, but I don't know how to run them.