Skip to content

Human readable server error messages

In case of REST errors, server should return:

  • correct HTTP status code
  • type of error: probably an enum/key or a code
  • a technical description

Create a mapping of enum/key to human readable error and display error messages nicely

Edited by Nicola Tarocco