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

DojoStatusCode => Add codes for assignment requests errors

parent a6ca215c
No related branches found
No related tags found
No related merge requests found
enum DojoStatusCode {
CLIENT_NOT_SUPPORTED = 100,
CLIENT_VERSION_NOT_SUPPORTED = 110
CLIENT_VERSION_NOT_SUPPORTED = 110,
ASSIGNMENT_PUBLISH_NO_PIPELINE = 200,
ASSIGNMENT_PUBLISH_PIPELINE_FAILED = 201
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment