We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160cb01 commit 3cc49ccCopy full SHA for 3cc49cc
src/constants/responses.ts
@@ -83,3 +83,5 @@ export const AUTHENTICATION_ERROR = "Invalid Authentication token";
83
export const TASK_UPDATE_SENT_MESSAGE =
84
"Task update sent on Discord's tracking-updates channel.";
85
export const NOT_IMPLEMENTED = "Feature not implemented";
86
+export const UNAUTHORIZED_TO_CREATE_ONBOARDING_EXTENSION_REQUEST =
87
+ "Only super user and onboarding user are authorized to create an onboarding extension request";
0 commit comments