Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
List of all members
PTDiffusionSessionDefaultErrorHandler Class Reference

Introduction

The default error handler which simply logs errors to the system log.

This handler simply logs the errors using the Foundation Framework's NSLog function and is the default handler supplied with the default session configuration.

Note
For production applications published to the App Store it is strongly suggested that this handler is not used as direct messaging to the system log in this way is discouraged by Apple. You should implement the PTDiffusionSessionErrorHandler protocol where appropriate in your application code, supplying the conforming object instance to via the session configuration you supply to open the session.
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.6.6
Inheritance diagram for PTDiffusionSessionDefaultErrorHandler:
<PTDiffusionSessionErrorHandler>

Additional Inherited Members

- Instance Methods inherited from <PTDiffusionSessionErrorHandler>
(void) - diffusionSession:didFailWithError: