You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throughout the code there are many TODOs where client errors are currently thrown as server errors. These need to individually be investigated and each error attributed as a client or a server error. Eventually reducing the size of or even eliminating the NotifyServerError struct.
Once these are are all done, the HTTP 5xx alarm should be reset back to 0 so we know if there are any unexpected errors.
The text was updated successfully, but these errors were encountered:
Throughout the code there are many TODOs where client errors are currently thrown as server errors. These need to individually be investigated and each error attributed as a client or a server error. Eventually reducing the size of or even eliminating the
NotifyServerError
struct.Once these are are all done, the HTTP 5xx alarm should be reset back to 0 so we know if there are any unexpected errors.
The text was updated successfully, but these errors were encountered: