You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return'One of the options passed might be incorrect.'
53
-
}elseif(code===403){
54
-
return'Your API token may not have the required permissions for this command or you might be trying to access (data from) an organization that is not linked to the API key you are logged in with.'
55
-
}elseif(code===404){
52
+
return'One of the options passed might be incorrect'
53
+
}
54
+
if(code===403){
55
+
return'Your API token may not have the required permissions for this command or you might be trying to access (data from) an organization that is not linked to the API key you are logged in with'
56
+
}
57
+
if(code===404){
56
58
return'The requested Socket API endpoint was not found (404) or there was no result for the requested parameters. This could be a temporary problem caused by an incident or a bug in the CLI. If the problem persists please let us know.'
0 commit comments