Failed

data class Failed(val errorCode: RouterErrorCode) : RouteEditorRoutesState

Indicates that route loading failed.

Parameters

errorCode

The specific error code describing the failure.

See also

RouterErrorCode

Constructors

Link copied to clipboard
constructor(errorCode: RouterErrorCode)

Properties

Link copied to clipboard
val errorCode: RouterErrorCode