Reason

interface Reason

Reason why functionality is not available

Inheritors

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class ComponentUnavailable(val devMessage: String) : Callback.Reason

Component is not available in the current configuration of the navigation system

Link copied to clipboard
@JsonClass(generateAdapter = true)
data class IncompatibilityError(val devMessage: String) : Callback.Reason

Functionality is differently implemented on client and server side, i.e. property name renamed, or function removed from API

Properties

Link copied to clipboard
abstract val devMessage: String

Message used to describe the reason why functionality is not available