backgroundLoadDidFailWithReason:
Called when a background load fails.
Declaration
- (void) backgroundLoadDidFailWithReason:(NSString *) reason;Parameters
- reason:
The status message indicating why the background load failed.
Discussion
This method is provided mainly for subclasses that wish to take some action before passing along the failure notification to the URL client. This method should invoke super’s implementation before returning.