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

DojoStatusCode => Add gitlab errors

parent 1346565c
No related branches found
No related tags found
1 merge request!2Add missing header status code (linked to backend issue #19)
......@@ -14,7 +14,9 @@ enum DojoStatusCode {
ASSIGNMENT_NAME_CONFLICT = 208,
EXERCISE_CREATION_GITLAB_ERROR = 302,
EXERCISE_CREATION_INTERNAL_ERROR = 303,
MAX_EXERCISE_PER_ASSIGNMENT_REACHED = 304
MAX_EXERCISE_PER_ASSIGNMENT_REACHED = 304,
GITLAB_TEMPLATE_NOT_FOUND = 401,
GITLAB_TEMPLATE_ACCESS_UNAUTHORIZED = 402,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment