OpenBazaar-Server icon indicating copy to clipboard operation
OpenBazaar-Server copied to clipboard

Include Error Codes with All Server Errors

Open jjeffryes opened this issue 8 years ago • 0 comments

Currently, we're sending error messages as text from the server.

We should continue to do that, but in addition add an error code to each message. That would allow the client to include translations for each of the error messages.

Something like the following:

{ Success: false, Reason: "foo is not a valid value for Price", Code: "23978" }

jjeffryes avatar Sep 21 '16 14:09 jjeffryes