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

Method errorCode

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

Source from the content-addressed store, hash-verified

94 }
95
96 static errorCode(error) {
97 return selectErrorCode(error);
98 }
99
100 static selectMessage(error) {
101 return selectErrorMessage(error);

Callers

nothing calls this directly

Calls 1

selectErrorCodeFunction · 0.85

Tested by

no test coverage detected