OpenBazaar-Server
OpenBazaar-Server copied to clipboard
Include Error Codes with All Server Errors
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" }