Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Duplicate error codes in meshkit library #903

@parthivsaikia

Description

@parthivsaikia

Current Behavior

A number of meshkit errors have duplicate error codes. e.g.

Error Code Variable Name File Location
meshkit-11245 ErrAuthenticatingToRegistryCode models/oci/error.go
  ErrUnknownFormatCode models/converter/error.go
  ErrDecodeYamlCode encoding/error.go
meshkit-11248 ErrTaggingPackageCode models/oci/error.go
  ErrCompressToTarGZCode utils/error.go
  ErrUnmarshalSyntaxCode encoding/error.go

Expected Behavior

Every error should have a unique identifier code. The new errors should start from 11320.


Contributor Guides and Handbook

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions