Closed
Description
- The main error types live under a different hardcoded namespace instead of the main one we're generating to. This makes for ugly clients and we should change that
- The main error type is named error, which conflicts with the native error type in typescript and Go. And because there's also a property named error on that type, it also conflicts in C#. We should change that as well.