MensaSverige / swagapp

2 stars 0 forks source link

Add request validation exception handler to FastAPI for nice debugging. #82

Closed skaramicke closed 3 months ago

skaramicke commented 3 months ago

Example output:

ERROR:root:RequestValidationError @ PUT /v1/users/me/location
Request data: {'latitude': 58.323250006890724, 'longitude': 13.28426155392541, 'timestamp': None, 'accuracy': 4.730707674886934}
Errors:
 * Input should be a valid integer, got a number with a fractional part: `body.accuracy`