Skip to content
New issue

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

OptionsFormValidationError im question Endpoint implementieren #122

Open
MartinGauk opened this issue Nov 7, 2024 · 0 comments · May be fixed by #127
Open

OptionsFormValidationError im question Endpoint implementieren #122

MartinGauk opened this issue Nov 7, 2024 · 0 comments · May be fixed by #127
Assignees

Comments

@MartinGauk
Copy link
Contributor

Weiterführend zur Diskussion hier: #119 (comment)

In der QPPE haben wir für den Endpoint /packages/{package_hash}/question den Status 400 vorgesehen (kann meinetwegen auch noch in 422 geändert werden), um das LMS über Validierungsfehler in den Options zu informieren. Im Body enthalten ist die Information, in welchem Feld welcher Fehler vorliegt.

Ich finde die Idee gut, dass wir im Server in allen Fehlerfällen (status code != 2xx) ein gleichartiges JSON zurückgegeben. Dann müssten wir für diesen Fehler die drei Properties aus RequestError erben und in einer vierten Property die genauen Fehlertexte, die sich auf einzelne Felder beziehen, ergänzen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants