Delegate ErrorReporter
Receives one report after a logical SDK operation finally fails.
Namespace: Inttegro.Diagnostics
Assembly: Inttegro.dll
Syntax
public delegate void ErrorReporter(ErrorReport report)
Parameters
| Type | Name | Description |
|---|---|---|
| ErrorReport | report | Receives one report after a logical SDK operation finally fails. |