Skip to content

Commit

Permalink
run error codes utility
Browse files Browse the repository at this point in the history
Signed-off-by: l5io <[email protected]>
  • Loading branch information
aabidsofi19 authored and l5io committed Feb 3, 2025
1 parent defefd9 commit be631d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": 11281
"next_error_code": 11282
}
2 changes: 1 addition & 1 deletion utils/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (
ErrGoogleJwtInvalidCode = "meshkit-11279"
ErrGoogleSheetSRVCode = "meshkit-11280"

ErrWritingIntoFileCode = "replace_me"
ErrWritingIntoFileCode = "meshkit-11281"
)
var (
ErrExtractType = errors.New(
Expand Down

0 comments on commit be631d9

Please sign in to comment.