logoalt Hacker News

mdaniellast Monday at 3:28 PM1 replyview on HN

That's definitely not universally true, with even the core library getting into the "null indicates error" game https://github.com/Beariish/bolt/blob/0.1.0/doc/Bolt%20Stand... or this fun middle ground where it could be Error or null https://github.com/Beariish/bolt/blob/0.1.0/doc/Bolt%20Stand...

But I think OP was asking about whatever the hell this means by "native error callback" https://github.com/Beariish/bolt/blob/0.1.0/doc/Bolt%20Stand...


Replies

je42last Tuesday at 5:12 AM

I think I was looking for both error / exception handling within the language and across the C api.