FastAPI Raise

if not uuid:
    raise HTTPException(
        status_code=status.HTTP_400_BAD_REQUEST, detail="Required uuid"
    )


관련 문서