Skip to content

Commit 91b5fd3

Browse files
committed
error message
1 parent 23ac471 commit 91b5fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/MainComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export default defineNuxtComponent({
218218
this.apiError = `404 Not Found - is the ${this.config?.public?.scope || ''} org:"${this.config?.public?.githubOrg || ''}" ent:"${this.config?.public?.githubEnt || ''}" team:"${this.config?.public?.githubTeam}" correct? ${error.message}`;
219219
break;
220220
case 422:
221-
this.apiError = `422 Unprocessable Entity - Is the Copilot Metrics API enabled for the Org/Ent? ${error.message}`;
221+
this.apiError = `422 Unprocessable Entity - Is the Copilot Metrics API enabled for the Org/Ent? When changing filters, try adjusting the "from" date. ${error.message}`;
222222
break;
223223
case 500:
224224
this.apiError = `500 Internal Server Error - most likely a bug in the app. Error: ${error.message}`;

0 commit comments

Comments
 (0)