MCPcopy Create free account
hub / github.com/linuxfoundation/crowd.dev / selectMessage

Method selectMessage

frontend/src/shared/error/errors.js:100–102  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

98 }
99
100 static selectMessage(error) {
101 return selectErrorMessage(error);
102 }
103
104 static showMessage(error) {
105 Message.error(selectErrorMessage(error));

Callers

nothing calls this directly

Calls 1

selectErrorMessageFunction · 0.85

Tested by

no test coverage detected