tsbonev / nharker

NHaker - an offline writing organization tool
0 stars 0 forks source link

nharker-server: implement a general error response #202

Open tsbonev opened 5 years ago

tsbonev commented 5 years ago

Currently, when errors happen a plain code is returned with no explanation which will make it hard to map it to the frontend, implement some kind of ErrorResponse object that can contain a list of errors and a message.