Exercise

Graceful degradation

Now that you've seen how to handle and raise exceptions, how can you use that to gracefully fall back to save data points when they exceed database constraints or hit another error? Let's see how you can gracefully fall back to the maximum accepted value when we are out of range.

Instructions 1/3

undefined XP
    1
    2
    3

Question

What kind of error will attempting to insert a record into patients with an A1C of 20, glucose of 800, and fasting as False give us?

Possible answers