Error Handling

Creator
Creator
Seonglae Cho
Created
Created
2021 Jul 22 1:23
Editor
Edited
Edited
2025 May 23 16:23
Refs

Error handling system

Throw in Library layer and Catch in Application layer
Minimize cases where exceptions are simply returned to improve debugging
  1. Criteria for distinguishing between expected and unexpected errors
  1. Tools for error monitoring
  1. Mechanisms to prevent error propagation
Choose approaches that are intuitive and reusable in the given context, rather than focusing on declarative vs imperative
Error Handlings
 
 
Error Handling Services
 
 
 
 
 
 

Backlinks

React Error

Recommendations