generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
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
- 🛠 Meshery Build & Release Strategy
- 📚 Instructions for contributing to documentation
- 🎨 Wireframes and designs for Meshery UI in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working