Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ callback_on_error
Function
callback_on_error
tests/background_callback/app_bg_on_error.py:26–27 ·
view source on GitHub ↗
(err)
Source
from the content-addressed store, hash-verified
24
25
26
def
callback_on_error(err):
27
set_props(
"cb-output"
, {
"children"
: f
"callback: {err}"
})
28
29
30
@app.callback(
Callers
nothing calls this directly
Calls
1
set_props
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…