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

DojoStatusCode => Add some error with repo creation

parent 66078581
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,11 @@ enum DojoStatusCode {
CLIENT_NOT_SUPPORTED = 100,
CLIENT_VERSION_NOT_SUPPORTED = 110,
ASSIGNMENT_PUBLISH_NO_PIPELINE = 200,
ASSIGNMENT_PUBLISH_PIPELINE_FAILED = 201
ASSIGNMENT_PUBLISH_PIPELINE_FAILED = 201,
ASSIGNMENT_CREATION_GITLAB_ERROR = 202,
ASSIGNMENT_CREATION_INTERNAL_ERROR = 203,
EXERCISE_CREATION_GITLAB_ERROR = 302,
EXERCISE_CREATION_INTERNAL_ERROR = 303
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment