Exception Returns like this:
Operation returned an invalid status code 'Quota Exceeded'
while True:
try:
results = predictor.predict_image_url_with_no_store(project["projectID"],
except Exception as e:
arcpy.AddMessage(e)
check if e is equal to the value above?