MCPcopy
hub / github.com/QwikDev/qwik / qError

Function qError

packages/qwik/src/core/error/error.ts:92–95  ·  view source on GitHub ↗
(code: number, ...parts: any[])

Source from the content-addressed store, hash-verified

90export const QError_qrlMissingChunk = 31;
91export const QError_invalidRefValue = 32;
92export const qError = (code: number, ...parts: any[]): Error => {
93 const text = codeToText(code, ...parts);
94 return logErrorAndStop(text, ...parts);
95};

Callers 15

setRefFunction · 0.90
mustGetObjIdFunction · 0.90
pauseContainerFunction · 0.90
serializeObjectsFunction · 0.90
_verifySerializableFunction · 0.90
deletePropertyMethod · 0.90
setMethod · 0.90
stringifyStyleFunction · 0.90
processNodeFunction · 0.90
renderFunction · 0.90
renderNodeFunction · 0.90
importSymbolFunction · 0.90

Calls 2

logErrorAndStopFunction · 0.90
codeToTextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…