onError

@Since(version = 1)
abstract fun onError(error: NavAppError)

Callback when an error occurred in the framework.

Parameters

error

The NavAppError that occurred.