rgreen312 / OwlPlace

https://rgreen312.github.io/OwlPlace/
5 stars 1 forks source link

Backend: fix error handling #39

Closed lydiahuang59 closed 5 years ago

lydiahuang59 commented 5 years ago

Added an error type integer to each FailureMessage, so that other teams can differentiate between a dragonboat error and an actual message processing error.

aidan-curtis commented 5 years ago

We also need to modify the functions we are providing to the user data team to handle any errors we get from consensus (i.e. SetLastUserModification, GetLastUserModification)

EDIT: I fixed this in the below code