Determine if the static analysis can identify whether or not there is any error handling code that is conditional on the type of error: for example, if a service contains a catch all for all error types, then we don't need to test all possible error types from the dependent services, only to that service.
Determine if the static analysis can identify whether or not there is any error handling code that is conditional on the type of error: for example, if a service contains a catch all for all error types, then we don't need to test all possible error types from the dependent services, only to that service.