CWKErrorReporterDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | CWKErrorReporter.h |
Overview
The delegate used by CWKErrorReporter object contains only one method used for receiving and handling messages reported by the framework. The framework will not send anything to the log. All communication will be sent to this delegate.
Error Reporting
– chartErrorReceived:
required method
This delegate is designed for the reporting of any logs given by all instances of CWKView
- (void)chartErrorReceived:(NSError *)error
Parameters
error |
the error received |
---|
Declared In
CWKErrorReporter.h