Comment 9 for bug 1680758

Revision history for this message
Qiming Teng (tengqim) wrote : Re: health_policy_poll cannot recover node which vm was deleted

The reason we raise exceptions instead of returning False is that:

1. An exception can carry more contextual information about the error that occurred.

2. The 'False' return value may and may not convey the complete message. Sometimes it causes confusion.