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
apiError.value=`404 Not Found - is the ${config.public.scope||''} org:'${config.public.githubOrg||''} ent:'${config.public.githubEnt||''}' team:'${config.public.githubTeam}' correct? ${error.message}`;
151
-
// Update apiError with the error message
152
-
apiError.value=error.message;
153
153
break;
154
154
case500:
155
155
apiError.value=`500 Internal Server Error - most likely a bug in the app. Error: ${error.message}`;
0 commit comments