Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tanstack-router-core
/
tanstack.router.core
/
NotFoundError
Not
Found
Error
external
interface
NotFoundError
:
JsErrorLike
(
source
)
Inheritors
NotFoundOptions
Members
Properties
data
Link copied to clipboard
abstract
val
data
:
Any
?
headers
Link copied to clipboard
abstract
val
headers
:
HeadersInit
?
route
Id
Link copied to clipboard
abstract
val
routeId
:
RouteId
?
throw
Link copied to clipboard
abstract
val
throw
:
Boolean
?