UNPKG

@onesignal/node-onesignal

Version:
11 lines 649 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OneSignalErrors = void 0; exports.OneSignalErrors = { INVALID_API_KEY: "Access denied. Please include an 'Authorization: ...' header with a valid API key (https://documentation.onesignal.com/docs/en/keys-and-ids#api-keys).", NOTIFICATION_NOT_FOUND: "Notification not found", NO_SUBSCRIBERS: "All included players are not subscribed", NO_TARGETING_SPECIFIED: "You must include which players, segments, or tags you wish to send this notification to.", SERVICE_UNAVAILABLE: "Service temporarily unavailable", }; //# sourceMappingURL=errors.js.map