MCPcopy Index your code
hub / github.com/angular/angular / getRuntimeErrorCode

Function getRuntimeErrorCode

packages/core/src/render3/errors_di.ts:144–146  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

142 * Reads monkey-patched error code from the given Error instance.
143 */
144export function getRuntimeErrorCode(error: any): number | undefined {
145 return error[NG_RUNTIME_ERROR_CODE];
146}
147
148function formatErrorMessage(
149 text: string,

Callers 1

getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…