MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / errorText

Method errorText

web/pgadmin/static/js/helpers/Notifier.jsx:107–109  ·  view source on GitHub ↗
(msg, autoHideDuration = AUTO_HIDE_DURATION)

Source from the content-addressed store, hash-verified

105 this.snackbar.callNotify(msg, MESSAGE_TYPE.INFO, autoHideDuration, {plainText: true});
106 }
107 errorText(msg, autoHideDuration = AUTO_HIDE_DURATION) {
108 this.snackbar.callNotify(msg, MESSAGE_TYPE.ERROR, autoHideDuration, {plainText: true});
109 }
110
111 // proxy
112 notify(...args) {

Callers 15

pgRespErrorNotifyMethod · 0.95
server.jsFile · 0.80
fetch_connection_statusFunction · 0.80
disconnectFunction · 0.80
disconnectFunction · 0.80
table.jsFile · 0.80
setTriggersFunction · 0.80
foreign_table.jsFile · 0.80
browser.jsFile · 0.80
node.jsFile · 0.80
send_heartbeatFunction · 0.80
pollEndExecuteErrorFunction · 0.80

Calls 1

callNotifyMethod · 0.80

Tested by

no test coverage detected