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
iaktern edited this page Mar 10, 2023
·
2 revisions
There are multiple types of errors:
Warning: warning log message
Non-critical Error: error log message, no system shutdown, reset to reasonable default or previous value
Critical Error: error log message, system shutdown
Errors can occur at many different places. As a developer you should try to foresee and catch them all. For usability it is recommended to not let the system fail or shut down. This should only be an exception.
Try to implement very resilient code, which automatically reconfigures if the system to the previous value or a reasonable default state.