We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating an already existing user or school currently return a 500 HTTP Status. 409 might be better here.
Also the error messages for classes and schools differ slightly. We should align this
For schools:
{"error":{"code":"generalException","innererror":{"date":"2023-02-24T13:21:39Z","request-id":"cea2771d93a1c97200c84f44ed13b335"},"message":"nameAlreadyExists"}}
For Classes:
{"error":{"code":"generalException","innererror":{"date":"2023-02-24T13:01:38Z","request-id":"e9551976e0d1fab9072ee803be3755ab"},"message":"LDAP Result Code 68 \"Entry Already Exists\": "}}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Creating an already existing user or school currently return a 500 HTTP Status. 409 might be better here.
Also the error messages for classes and schools differ slightly. We should align this
For schools:
For Classes:
The text was updated successfully, but these errors were encountered: