Skip to content
Snippets Groups Projects
Commit 708a3c08 authored by michael.minelli's avatar michael.minelli
Browse files

DojoStatusCode => Add tagProposal answer not pending error

parent b1e1021a
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ enum DojoStatusCode { ...@@ -18,7 +18,8 @@ enum DojoStatusCode {
GITLAB_TEMPLATE_NOT_FOUND = 10401, GITLAB_TEMPLATE_NOT_FOUND = 10401,
GITLAB_TEMPLATE_ACCESS_UNAUTHORIZED = 10402, GITLAB_TEMPLATE_ACCESS_UNAUTHORIZED = 10402,
TAG_ONLY_ADMIN_CREATION = 11101, TAG_ONLY_ADMIN_CREATION = 11101,
TAG_WITH_ACTIVE_LINK_DELETION = 11102 TAG_WITH_ACTIVE_LINK_DELETION = 11102,
TAG_PROPOSAL_ANSWER_NOT_PENDING = 11103,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment