You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/02/20 16:13:37 UTC

[GitHub] rob05c opened a new issue #3349: Remove Traffic Ops Golang legacy tc.ApiErrorType

rob05c opened a new issue #3349: Remove Traffic Ops Golang legacy tc.ApiErrorType
URL: https://github.com/apache/trafficcontrol/issues/3349
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services