Companion

object Companion

Functions

Link copied to clipboard
fun create(errorType: NavigationErrorType, message: String): NavigationError

Creates a new NavigationError with the given type and message.

Link copied to clipboard
fun fromCoreEngine(engine: NavigationError): NavigationError

Creates a NavigationError instance from an engine EngineNavigationError object.

Link copied to clipboard
fun fromEngine(engine: NavigationError): NavigationError
Link copied to clipboard

Returns a success instance representing no error.