Hacker News new | ask | show | jobs
by brillout 1352 days ago
The frontend-side also throws an error. `throw Abort()` is about protecting telefunctions from third parties. It shouldn't be used to implement business logic (simply use `return` instead).

Samen => Neat :-).

1 comments

Samen can throw errors on the server that can be caught on the client. Is that possible with telefunctions?