MCPcopy
hub / github.com/angular/angular / Error

Interface Error

packages/zone.js/lib/zone.ts:52–62  ·  view source on GitHub ↗

* Extend the Error with additional fields for rewritten stack frames

Source from the content-addressed store, hash-verified

50 * Extend the Error with additional fields for rewritten stack frames
51 */
52 interface Error {
53 /**
54 * Stack trace where extra frames have been removed and zone names added.
55 */
56 zoneAwareStack?: string;
57
58 /**
59 * Original stack trace with no modifications
60 */
61 originalStack?: string;
62 }
63}
64
65export function loadZone(): ZoneType {

Callers 15

getBaseClassFunction · 0.85
pathPluginFunction · 0.85
checkInterpolationFunction · 0.85
expectErrorFunction · 0.85
validateMethod · 0.85
_extractMessagesFunction · 0.85
parseHtmlFunction · 0.85
visitElementMethod · 0.85
visitAttributeMethod · 0.85
visitTextMethod · 0.85
visitCommentMethod · 0.85
visitExpansionMethod · 0.85

Implementers 2

FooErrorpackages/core/rxjs-interop/test/rx_res
HttpErrorResponsepackages/common/http/src/response.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…