Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Instance Methods | List of all members
<PTDiffusionSessionErrorHandler> Protocol Reference

Introduction

The session error handler protocol defines the interface for handling unexpected failure conditions encountered once a session has been established.

Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.6.6
Inheritance diagram for <PTDiffusionSessionErrorHandler>:
PTDiffusionSessionDefaultErrorHandler

Instance Methods

(void) - diffusionSession:didFailWithError:
 

Method Documentation

- (void) diffusionSession: (PTDiffusionSession *)  session
didFailWithError: (NSError *)  error 

The connection has failed irrecoverably while connected.

Parameters
sessionThe session which has failed.
errorThe reason for failure.
Since
5.6.6