Page Properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
The Gini Bank SDK logs errors to the Gini Bank API when the default networking implementation is used (see the UI with Networking (Recommended) section in the Integration part). We log only non-sensitive information like response status codes, headers, and error messages.
...
If you would like to get informed of error logging events, you need to set GiniBankConfiguration.shared.customGiniErrorLoggerDelegate
which confirms to GiniCaptureErrorLoggerDelegate
:
...