MCPcopy
hub / github.com/axios/axios / maxBodyLengthError

Function maxBodyLengthError

lib/adapters/fetch.js:243–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 let pendingBodyError = null;
242
243 const maxBodyLengthError = () =>
244 new AxiosError(
245 'Request body larger than maxBodyLength limit',
246 AxiosError.ERR_BAD_REQUEST,
247 config,
248 request
249 );
250
251 try {
252 // HTTP basic authentication

Callers 2

factoryFunction · 0.85
trackRequestStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected