willTurnIntoFault()
Provides an opportunity to add code into the life cycle of the managed object before converting it to a fault.
Declaration
func willTurnIntoFault()Discussion
This method is the companion of the didTurnIntoFault() method. You can use it to (re)set state which requires access to property values (for example, observers across key paths). The default implementation does nothing.