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
MUzairS15 authored and l5io committed Nov 13, 2023
1 parent 5330818 commit 18a0545
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions helpers/errorutil_analyze_errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"path": "cilium/error.go"
},
{
"name": "ErrFetchIstioVersionsCode",
"name": "ErrFetchCiliumVersionsCode",
"old_code": "1031",
"code": "1031",
"code_is_literal": true,
Expand Down Expand Up @@ -570,7 +570,7 @@
],
"1031": [
{
"name": "ErrFetchIstioVersionsCode",
"name": "ErrFetchCiliumVersionsCode",
"old_code": "1031",
"code": "1031",
"code_is_literal": true,
Expand Down Expand Up @@ -659,9 +659,9 @@
"suggested_remediation": ""
}
],
"ErrFetchIstioVersionsCode": [
"ErrFetchCiliumVersionsCode": [
{
"name": "ErrFetchIstioVersionsCode",
"name": "ErrFetchCiliumVersionsCode",
"code": "",
"severity": "Alert",
"long_description": "versions for cilium could not be fetched",
Expand Down
2 changes: 1 addition & 1 deletion helpers/errorutil_errors_export.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"suggested_remediation": "Verify network connectivity.\nEnsure github.com is reachable.\nTry retrying the operation."
},
"1031": {
"name": "ErrFetchIstioVersionsCode",
"name": "ErrFetchCiliumVersionsCode",
"code": "1031",
"severity": "Alert",
"long_description": "versions for cilium could not be fetched",
Expand Down

0 comments on commit 18a0545

Please sign in to comment.