Diffusion Apple API  6.10.2
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Instance Methods | List of all members
<PTDiffusionErrorListener> Protocol Reference

Introduction

Methods implemented by classes wishing to listen to error notifications.

Error reports indicate that an unexpected condition has occurred. They are used sparingly. Error conditions that occur in the context of an API operation and that an application can reasonably handle are reported to operation-specific delegates or completion handlers, not as error reports.

A client can typically do nothing about an error report other than to report it for diagnosis. The server log should be examined for further information.

Note
The PTDiffusionSessionErrorHandler protocol was deprecated in 5.9 and removed in 6.0.
Since
6.0

Instance Methods

(void) - diffusionDidReportError:
 

Method Documentation

- (void) diffusionDidReportError: (NSError *)  error

Called when an error has been reported.

Parameters
errorThe error that was reported.
Since
6.0