MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / getErrorMessage

Function getErrorMessage

background.js:3591–3596  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

3589});
3590
3591function getErrorMessage(error) {
3592 if (typeof loggingStatus !== 'undefined' && loggingStatus?.getErrorMessage) {
3593 return loggingStatus.getErrorMessage(error);
3594 }
3595 return String(typeof error === 'string' ? error : error?.message || '');
3596}
3597
3598function isVerificationMailPollingError(error) {
3599 if (typeof loggingStatus !== 'undefined' && loggingStatus?.isVerificationMailPollingError) {

Calls

no outgoing calls

Tested by

no test coverage detected