MCPcopy
hub / github.com/TanStack/router / error

Method error

e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:147–147  ·  view source on GitHub ↗

* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static)

(...data: any[])

Source from the content-addressed store, hash-verified

145 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static)
146 */
147 error(...data: any[]): void
148 /**
149 * The **`console.group()`** static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by an additional level, until console/groupEnd_static is called.
150 *

Callers 15

RouterCoreClass · 0.65
restoreScrollFunction · 0.65
loadMatchesFunction · 0.65
safeErrorFunction · 0.65
hydrateFunction · 0.65
throwFunction · 0.65
verifyImplementationsFunction · 0.65
tryLoadFunction · 0.65
renderRouterToStringFunction · 0.65

Calls

no outgoing calls

Tested by 1

startFunction · 0.52