Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ handleRequestError
Method
handleRequestError
packages/decap-cms-backend-github/src/API.ts:336–338 ·
view source on GitHub ↗
(error: FetchError, responseStatus: number)
Source
from the content-addressed store, hash-verified
334
}
335
336
handleRequestError(error: FetchError, responseStatus: number) {
337
throw
new
APIError(error.message, responseStatus, API_NAME);
338
}
339
340
buildRequest(req: ApiRequest) {
341
return
req;
Callers
1
request
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected