Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ blockedByConsentError
Function
blockedByConsentError
src/error-reporting.js:271–273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
* @
return
{!Error}
270
*/
271
export
function
blockedByConsentError() {
272
return
new
Error(BLOCK_BY_CONSENT);
273
}
274
275
/**
276
* @param {*} errorOrMessage
Callers
2
test-error-reporting.js
File · 0.90
buildInternal
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected