Skip to content

Resolve "HttpService - Error handling"

Thomas Lenz requested to merge 78-httpservice-error-handling into master

Closes #78 (closed)

Proposed Changes

  • Added error-handling service
  • Added error-handling in room-component

Testing

  • Change in in-memory-data.service.tc the room's id from 1 and 2 into test1 and test2 and delete the genID() function. Login as creator and create a new room. In console you should see the error-message from error-handling service

Merge request reports