Handle ObjNotFoundError and Error as client errors instead of server errors.
Meaning that:
- server should raise 400 on these errors instead of 500
- client should catch them and re-raise them.
Handle ObjNotFoundError and Error as client errors instead of server errors. Tags None Subscribers None
Description
Details
|