Handling Errors (FastAPI)
https://fastapi.tiangolo.com/tutorial/handling-errors/
#FastAPI では例外が送出されると 500 Internal Server Error
ただし、HTTPExceptionは指定したステータスコードのエラーを返せる