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

Function throwBodyTooLargeError

packages/common/http/src/fetch.ts:449–455  ·  view source on GitHub ↗
(maxResponseSize: number)

Source from the content-addressed store, hash-verified

447}
448
449function throwBodyTooLargeError(maxResponseSize: number): never {
450 throw new RuntimeError(
451 RuntimeErrorCode.FETCH_RESPONSE_BODY_TOO_LARGE,
452 ngDevMode &&
453 `Fetch response body exceeded the configured buffer limit (${maxResponseSize} bytes).`,
454 );
455}

Callers 1

doRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…