dysfun@treehouse.systems ("gaytabase") wrote:
okay, so the good thing is it merges errors nicely etc.
the bad thing is the errors are limited to c-style enums. by default it uses a u16 to indicate the error.
so i guess what you're supposed to do if you want more info is pass a union pointer as an out param? or have a thread local?
not sure i like this.