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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
The tc.ApiErrorType is a legacy artifact that needs removed. TO Golang has standardized around the userErr, sysErr, errCode idiom, which is more powerful and flexible, and easier to work with (no type casting). The few remaining functions in TOGo using tc.ApiErrorType need changed to use the userErr, sysErr, errCode idiom, and the symbol removed.
The
tc.ApiErrorTypeis a legacy artifact that needs removed. TO Golang has standardized around theuserErr, sysErr, errCodeidiom, which is more powerful and flexible, and easier to work with (no type casting). The few remaining functions in TOGo usingtc.ApiErrorTypeneed changed to use theuserErr, sysErr, errCodeidiom, and the symbol removed.