Better Error Handling #9

Open
opened 2025-12-03 10:50:38 +01:00 by max · 0 comments
Owner

Currently the user does not know if an error occured, the only symptom is that the model might not update when inputs are changed.

The better solution would be go like. With Error Wrapping so that we can track where the error originated without having to rely on stack traces, which can be a bit messy.

Currently the user does not know if an error occured, the only symptom is that the model might not update when inputs are changed. The better solution would be go like. With Error Wrapping so that we can track where the error originated without having to rely on stack traces, which can be a bit messy.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: max/nodarium#9