Skip to content

/retrieve does not catch QuestionError #193

@graft

Description

@graft

The Question interface now raises a QuestionError, which endpoints should catch and do something with; /query does this and formats a 422 with the error. However, /retrieve (which also uses the Question interface) does not, resulting in a 500 when we could have a 422.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions