issues
search
openfisca
/
openfisca-core
OpenFisca core engine. See other repositories for countries-specific code & data.
https://openfisca.org
GNU Affero General Public License v3.0
171
stars
75
forks
source link
Add period mismatch error handling to API
#1026
Closed
HAEKADI
closed
3 years ago
HAEKADI
commented
3 years ago
Connected to #916
Bug fix
:
[Web API] Handle a period mismatch error:
The exception expected by a period mismatch error was not the good one.
A period mismatch error renders a 500 internal server error instead of a 400 bad request error since it's caused by the user.
Connected to #916
Bug fix: