@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
9 lines • 505 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var OmnichannelErrorCodes;
(function (OmnichannelErrorCodes) {
OmnichannelErrorCodes[OmnichannelErrorCodes["WidgetUseOutsideOperatingHour"] = 705] = "WidgetUseOutsideOperatingHour";
OmnichannelErrorCodes[OmnichannelErrorCodes["WidgetNotFound"] = 701] = "WidgetNotFound";
})(OmnichannelErrorCodes || (OmnichannelErrorCodes = {}));
exports.default = OmnichannelErrorCodes;
//# sourceMappingURL=OmnichannelErrorCodes.js.map