onNonFatalErrorOccurred

open fun onNonFatalErrorOccurred(tag: String, src: String, desc: String, error: Error)

Called when a non-fatal error occurs.

Parameters

tag

The location where the error occurred.

src

The source of the error.

desc

The description of the error.

error

The error that occurred.