Skip to content
  • Steven Estes's avatar
    [#34] Additional cleanup as we didn't need the ERR_* local error constants -... · 23909467
    Steven Estes authored
    [#34] Additional cleanup as we didn't need the ERR_* local error constants - only the YDB_ERR_* constants in the local error facility
    
    Also regenerate error_codes.go. "golint" showed a couple minor additional changes in error.go and init.go so made those as well.
    
    Note had to add a temporary line to the top of error_local.go (taken from error_codes.go) that makes the lint process bypass the module. Otherwise, the pipeline gives suggested changes to error message names that we cannot change.
    
    Some local error debugging also as the result of adding the ydbgo34d test to the go/ydbgo34 test.
    23909467