Zone errorZone

The error zone is the one that is responsible for dealing with uncaught errors. Errors are not allowed to cross between zones with different error-zones.

This is the closest parent or ancestor zone of this zone that has a custom handleUncaughtError method.