MCPcopy Index your code
hub / github.com/plotly/dash / err

Function err

dash/dash-renderer/src/persistence.js:77–84  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

75export const storePrefix = '_dash_persistence.';
76
77function err(e) {
78 const error = typeof e === 'string' ? new Error(e) : e;
79
80 return createAction('ON_ERROR')({
81 type: 'frontEnd',
82 error
83 });
84}
85
86/*
87 * Does a key fit this prefix? Must either be an exact match

Callers 2

setItemMethod · 0.85
tryGetWebStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected