Home
last modified time | relevance | path

Searched refs:ERROR_MSG_PREFIX (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsIOS.ts13 const ERROR_MSG_PREFIX = 'An error occurred while configuring iOS notifications. '; constant
50 throw new Error(ERROR_MSG_PREFIX + `Unable to find iOS project name.`);
54 ERROR_MSG_PREFIX +
H A DwithNotificationsAndroid.ts34 const ERROR_MSG_PREFIX = 'An error occurred while configuring Android notifications. '; constant
173 ERROR_MSG_PREFIX + 'Encountered an issue resizing Android notification icon: ' + e
197 ERROR_MSG_PREFIX +
224 ERROR_MSG_PREFIX + 'Encountered an issue copying Android notification sounds: ' + e
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsIOS.js7 const ERROR_MSG_PREFIX = 'An error occurred while configuring iOS notifications. '; constant
33 throw new Error(ERROR_MSG_PREFIX + `Unable to find iOS project name.`);
36 throw new Error(ERROR_MSG_PREFIX +
H A DwithNotificationsAndroid.js19 const ERROR_MSG_PREFIX = 'An error occurred while configuring Android notifications. '; constant
129 …throw new Error(ERROR_MSG_PREFIX + 'Encountered an issue resizing Android notification icon: ' + e…
148 throw new Error(ERROR_MSG_PREFIX +
173 …throw new Error(ERROR_MSG_PREFIX + 'Encountered an issue copying Android notification sounds: ' + …