improved

Improvement to exception handling

We changed exception handling to be better aligned with GraphQL specifications. The following exceptions will now return status code 200 instead of 400. The error message will be in the “errors” key of the following responses:

  • InvalidBoardIdException
  • InvalidColumnIdException
  • ColumnValueException
  • ItemNameTooLongException