You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
- moved error definitions under main namespace
- renames types to avoid conflicts with native types or naming conventions
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
The text was updated successfully, but these errors were encountered: