Skip to content

Commit

Permalink
run error codes utility
Browse files Browse the repository at this point in the history
Signed-off-by: l5io <ci@layer5.io>
  • Loading branch information
souvikinator authored and l5io committed Feb 14, 2025
1 parent a6241b2 commit bec9743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
ErrInvalidHelmChartCode = "meshkit-11292"
ErrInvalidDockerComposeCode = "meshkit-11293"
ErrInvalidKustomizationCode = "meshkit-11294"
ErrFileTypeNotSupportedForDesignConversionCode = "replace_me"
ErrFileTypeNotSupportedForDesignConversionCode = "meshkit-11300"
)

func ErrUnsupportedExtensionForOperation(operation string, fileName string, fileExt string, supportedExtensions []string) error {
Expand Down
2 changes: 1 addition & 1 deletion helpers/component_info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "meshkit",
"type": "library",
"next_error_code": 11300
"next_error_code": 11301
}

0 comments on commit bec9743

Please sign in to comment.