@webex/internal-plugin-metrics 3.0.0-beta.265 → 3.0.0-beta.267

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,15 +5,19 @@ var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequ
5
5
  _Object$defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.WBX_APP_API_URL = exports.UNKNOWN_ERROR = exports.SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP = exports.NEW_LOCUS_ERROR_CLIENT_CODE = exports.MEETING_INFO_LOOKUP_ERROR_CLIENT_CODE = exports.ICE_FAILURE_CLIENT_CODE = exports.CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = exports.CALL_DIAGNOSTIC_LOG_IDENTIFIER = exports.CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND = exports.BROWSER_MEDIA_ERROR_NAME_TO_CLIENT_ERROR_CODES_MAP = void 0;
8
+ exports.WBX_APP_API_URL = exports.UNKNOWN_ERROR = exports.SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP = exports.NEW_LOCUS_ERROR_CLIENT_CODE = exports.NETWORK_ERROR = exports.MEETING_INFO_LOOKUP_ERROR_CLIENT_CODE = exports.ICE_FAILURE_CLIENT_CODE = exports.CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = exports.CALL_DIAGNOSTIC_LOG_IDENTIFIER = exports.CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND = exports.BROWSER_MEDIA_ERROR_NAME_TO_CLIENT_ERROR_CODES_MAP = exports.AUTHENTICATION_FAILED_CODE = void 0;
9
9
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime-corejs2/helpers/defineProperty"));
10
- var _BROWSER_MEDIA_ERROR_;
10
+ var _BROWSER_MEDIA_ERROR_, _CLIENT_ERROR_CODE_TO;
11
11
  /* eslint-disable import/prefer-default-export */
12
12
  // Most client error codes are mapped based on
13
13
  // https://sqbu-github.cisco.com/WebExSquared/event-dictionary/wiki/Error-codes-for-metric-events
14
14
 
15
15
  var CALL_DIAGNOSTIC_LOG_IDENTIFIER = 'call-diagnostic-events -> ';
16
16
  exports.CALL_DIAGNOSTIC_LOG_IDENTIFIER = CALL_DIAGNOSTIC_LOG_IDENTIFIER;
17
+ var AUTHENTICATION_FAILED_CODE = 1010;
18
+ exports.AUTHENTICATION_FAILED_CODE = AUTHENTICATION_FAILED_CODE;
19
+ var NETWORK_ERROR = 1026;
20
+ exports.NETWORK_ERROR = NETWORK_ERROR;
17
21
  var NEW_LOCUS_ERROR_CLIENT_CODE = 4008;
18
22
  exports.NEW_LOCUS_ERROR_CLIENT_CODE = NEW_LOCUS_ERROR_CLIENT_CODE;
19
23
  var MEETING_INFO_LOOKUP_ERROR_CLIENT_CODE = 4100;
@@ -46,6 +50,8 @@ var ERROR_DESCRIPTIONS = {
46
50
  LOCUS_CONFLICT: 'LocusConflict',
47
51
  TIMEOUT: 'Timeout',
48
52
  LOCUS_INVALID_SEQUENCE_HASH: 'LocusInvalidSequenceHash',
53
+ AUTHENTICATION_FAILED: 'AuthenticationFailed',
54
+ NETWORK_ERROR: 'NetworkError',
49
55
  UPDATE_MEDIA_FAILED: 'UpdateMediaFailed',
50
56
  FAILED_TO_CONNECT_MEDIA: 'FailedToConnectMedia',
51
57
  MEDIA_ENGINE_LOST: 'MediaEngineLost',
@@ -264,7 +270,7 @@ var SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP = {
264
270
  100004: 4103
265
271
  };
266
272
  exports.SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP = SERVICE_ERROR_CODES_TO_CLIENT_ERROR_CODES_MAP;
267
- var CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = {
273
+ var CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = (_CLIENT_ERROR_CODE_TO = {
268
274
  1000: {
269
275
  errorDescription: ERROR_DESCRIPTIONS.UNKNOWN_CALL_FAILURE,
270
276
  category: 'signaling',
@@ -310,310 +316,259 @@ var CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = {
310
316
  errorDescription: ERROR_DESCRIPTIONS.UPDATE_MEDIA_FAILED,
311
317
  category: 'signaling',
312
318
  fatal: true
313
- },
314
- 2001: {
315
- errorDescription: ERROR_DESCRIPTIONS.FAILED_TO_CONNECT_MEDIA,
316
- category: 'signaling',
317
- fatal: true
318
- },
319
- 2002: {
320
- errorDescription: ERROR_DESCRIPTIONS.MEDIA_ENGINE_LOST,
321
- category: 'signaling',
322
- fatal: true
323
- },
324
- 2003: {
325
- errorDescription: ERROR_DESCRIPTIONS.MEDIA_CONNECTION_LOST,
326
- category: 'signaling',
327
- fatal: true
328
- },
329
- 2004: {
330
- errorDescription: ERROR_DESCRIPTIONS.ICE_FAILURE,
331
- category: 'signaling',
332
- fatal: true
333
- },
334
- 2005: {
335
- errorDescription: ERROR_DESCRIPTIONS.MEDIA_ENGINE_HANG,
336
- category: 'signaling',
337
- fatal: true
338
- },
339
- 2006: {
340
- errorDescription: ERROR_DESCRIPTIONS.ICE_SERVER_REJECTED,
341
- category: 'signaling',
342
- fatal: true
343
- },
344
- 3001: {
345
- errorDescription: ERROR_DESCRIPTIONS.CALL_FULL,
346
- category: 'expected',
347
- fatal: true
348
- },
349
- 3002: {
350
- errorDescription: ERROR_DESCRIPTIONS.ROOM_TOO_LARGE,
351
- category: 'expected',
352
- fatal: true
353
- },
354
- 3004: {
355
- errorDescription: ERROR_DESCRIPTIONS.GUEST_ALREADY_ADDED,
356
- category: 'expected',
357
- fatal: false
358
- },
359
- 3005: {
360
- errorDescription: ERROR_DESCRIPTIONS.LOCUS_USER_NOT_AUTHORISED,
361
- category: 'expected',
362
- fatal: true
363
- },
364
- 3006: {
365
- errorDescription: ERROR_DESCRIPTIONS.CLOUDBERRY_UNAVAILABLE,
366
- category: 'expected',
367
- fatal: true
368
- },
369
- 3007: {
370
- errorDescription: ERROR_DESCRIPTIONS.STREAM_ERROR_NO_MEDIA,
371
- category: 'expected',
372
- fatal: true
373
- },
374
- 3013: {
375
- errorDescription: ERROR_DESCRIPTIONS.ROOM_TOO_LARGE_FREE_ACCOUNT,
376
- category: 'expected',
377
- fatal: false
378
- },
379
- 4001: {
380
- errorDescription: ERROR_DESCRIPTIONS.MEETING_INACTIVE,
381
- category: 'expected',
382
- fatal: true
383
- },
384
- 4002: {
385
- errorDescription: ERROR_DESCRIPTIONS.MEETING_LOCKED,
386
- category: 'expected',
387
- fatal: true,
388
- name: 'locus.response'
389
- },
390
- 4003: {
391
- errorDescription: ERROR_DESCRIPTIONS.MEETING_TERMINATING,
392
- category: 'expected',
393
- fatal: true,
394
- name: 'locus.leave'
395
- },
396
- 4004: {
397
- errorDescription: ERROR_DESCRIPTIONS.MODERATOR_PIN_OR_GUEST_REQUIRED,
398
- category: 'expected',
399
- fatal: false
400
- },
401
- 4005: {
402
- errorDescription: ERROR_DESCRIPTIONS.MODERATOR_PIN_OR_GUEST_PIN_REQUIRED,
403
- category: 'expected',
404
- fatal: false
405
- },
406
- 4006: {
407
- errorDescription: ERROR_DESCRIPTIONS.MODERATOR_REQUIRED,
408
- category: 'expected',
409
- fatal: false
410
- },
411
- 4007: {
412
- errorDescription: ERROR_DESCRIPTIONS.USER_NOT_MEMBER_OF_ROOM,
413
- category: 'expected',
414
- fatal: true
415
- },
416
- 4008: {
417
- errorDescription: ERROR_DESCRIPTIONS.NEW_LOCUS_ERROR,
418
- category: 'signaling',
419
- fatal: true
420
- },
421
- 4009: {
422
- errorDescription: ERROR_DESCRIPTIONS.NETWORK_UNAVAILABLE,
423
- category: 'expected',
424
- fatal: true
425
- },
426
- 4010: {
427
- errorDescription: ERROR_DESCRIPTIONS.MEETING_UNAVAILABLE,
428
- category: 'expected',
429
- fatal: true
430
- },
431
- 4011: {
432
- errorDescription: ERROR_DESCRIPTIONS.MEETING_ID_INVALID,
433
- category: 'expected',
434
- fatal: true
435
- },
436
- 4012: {
437
- errorDescription: ERROR_DESCRIPTIONS.MEETING_SITE_INVALID,
438
- category: 'expected',
439
- fatal: true
440
- },
441
- 4013: {
442
- errorDescription: ERROR_DESCRIPTIONS.LOCUS_INVALID_JOINTIME,
443
- category: 'expected',
444
- fatal: true
445
- },
446
- 4014: {
447
- errorDescription: ERROR_DESCRIPTIONS.LOBBY_EXPIRED,
448
- category: 'expected',
449
- fatal: true
450
- },
451
- 4015: {
452
- errorDescription: ERROR_DESCRIPTIONS.MEDIA_CONNECTION_LOST_PAIRED,
453
- category: 'expected',
454
- fatal: false
455
- },
456
- 4016: {
457
- errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_NOT_A_NUMBER,
458
- category: 'expected',
459
- fatal: true,
460
- name: 'locus.response'
461
- },
462
- 4017: {
463
- errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_TOO_LONG,
464
- category: 'expected',
465
- fatal: true,
466
- name: 'locus.response'
467
- },
468
- 4018: {
469
- errorDescription: ERROR_DESCRIPTIONS.INVALID_DIALABLE_KEY,
470
- category: 'expected',
471
- fatal: true,
472
- name: 'locus.response'
473
- },
474
- 4019: {
475
- errorDescription: ERROR_DESCRIPTIONS.ONE_ON_ONE_TO_SELF_NOT_ALLOWED,
476
- category: 'expected',
477
- fatal: true
478
- },
479
- 4020: {
480
- errorDescription: ERROR_DESCRIPTIONS.REMOVED_PARTICIPANT,
481
- category: 'expected',
482
- fatal: true
483
- },
484
- 4021: {
485
- errorDescription: ERROR_DESCRIPTIONS.MEETING_LINK_NOT_FOUND,
486
- category: 'expected',
487
- fatal: true
488
- },
489
- 4022: {
490
- errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_TOO_SHORT_AFTER_IDD,
491
- category: 'expected',
492
- fatal: true
493
- },
494
- 4023: {
495
- errorDescription: ERROR_DESCRIPTIONS.INVALID_INVITEE_ADDRESS,
496
- category: 'expected',
497
- fatal: true
498
- },
499
- 4024: {
500
- errorDescription: ERROR_DESCRIPTIONS.PMR_USER_ACCOUNT_LOCKED_OUT,
501
- category: 'expected',
502
- fatal: true
503
- },
504
- 4025: {
505
- errorDescription: ERROR_DESCRIPTIONS.GUEST_FORBIDDEN,
506
- category: 'expected',
507
- fatal: true
508
- },
509
- 4026: {
510
- errorDescription: ERROR_DESCRIPTIONS.PMR_ACCOUNT_SUSPENDED,
511
- category: 'expected',
512
- fatal: true
513
- },
514
- 4027: {
515
- errorDescription: ERROR_DESCRIPTIONS.EMPTY_PHONE_NUMBER_OR_COUNTRY_CODE,
516
- category: 'expected',
517
- fatal: true
518
- },
519
- 4028: {
520
- errorDescription: ERROR_DESCRIPTIONS.CONVERSATION_NOT_FOUND,
521
- category: 'expected',
522
- fatal: true
523
- },
524
- 4029: {
525
- errorDescription: ERROR_DESCRIPTIONS.START_RECORDING_FAILED,
526
- category: 'expected',
527
- fatal: true
528
- },
529
- 4030: {
530
- errorDescription: ERROR_DESCRIPTIONS.RECORDING_IN_PROGRESS_FAILED,
531
- category: 'expected',
532
- fatal: true
533
- },
534
- 4032: {
535
- errorDescription: ERROR_DESCRIPTIONS.CAMERA_PERMISSION_DENIED,
536
- category: 'expected',
537
- fatal: true
538
- },
539
- 4036: {
540
- errorDescription: ERROR_DESCRIPTIONS.REQUIRE_WEBEX_LOGIN,
541
- category: 'expected',
542
- fatal: true
543
- },
544
- 5000: {
545
- errorDescription: ERROR_DESCRIPTIONS.SIP_CALLEE_BUSY,
546
- category: 'expected',
547
- fatal: true
548
- },
549
- 5001: {
550
- errorDescription: ERROR_DESCRIPTIONS.SIP_CALLEE_NOT_FOUND,
551
- category: 'expected',
552
- fatal: true
553
- },
554
- // Webex App API Error Codes
555
- 4100: {
556
- errorDescription: ERROR_DESCRIPTIONS.MEETING_INFO_LOOKUP_ERROR,
557
- category: 'signaling',
558
- fatal: true
559
- },
560
- 3003: {
561
- errorDescription: ERROR_DESCRIPTIONS.CALL_FULL_ADD_GUEST,
562
- category: 'expected',
563
- fatal: false
564
- },
565
- 4101: {
566
- errorDescription: ERROR_DESCRIPTIONS.USER_NOT_ALLOWED_ACCESS_MEETING,
567
- category: 'expected',
568
- fatal: true
569
- },
570
- 4102: {
571
- errorDescription: ERROR_DESCRIPTIONS.USER_NEEDS_ACTIVATION,
572
- category: 'expected',
573
- fatal: true
574
- },
575
- 4103: {
576
- errorDescription: ERROR_DESCRIPTIONS.SIGN_UP_INVALID_EMAIL,
577
- category: 'expected',
578
- fatal: true
579
- },
580
- 2729: {
581
- errorDescription: ERROR_DESCRIPTIONS.NO_MEDIA_FOUND,
582
- category: 'expected',
583
- fatal: false
584
- },
585
- 9999: {
586
- errorDescription: ERROR_DESCRIPTIONS.UNKNOWN_ERROR,
587
- category: 'other',
588
- fatal: true
589
- },
590
- 12000: {
591
- errorDescription: ERROR_DESCRIPTIONS.FRAUD_DETECTION,
592
- category: 'expected',
593
- fatal: true,
594
- name: 'locus.response',
595
- shownToUser: true
596
- },
597
- 12001: {
598
- errorDescription: ERROR_DESCRIPTIONS.LOCUS_LOBBY_FULL_CMR,
599
- category: 'expected',
600
- fatal: true,
601
- name: 'locus.response',
602
- shownToUser: true
603
- },
604
- 12002: {
605
- errorDescription: ERROR_DESCRIPTIONS.E2EE_NOT_SUPPORTED,
606
- category: 'expected',
607
- fatal: true,
608
- name: 'locus.response',
609
- shownToUser: true
610
- },
611
- 12003: {
612
- errorDescription: ERROR_DESCRIPTIONS.USER_NOT_INVITED_TO_JOIN,
613
- category: 'expected',
614
- fatal: true
615
319
  }
616
- };
320
+ }, (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, AUTHENTICATION_FAILED_CODE, {
321
+ errorDescription: ERROR_DESCRIPTIONS.AUTHENTICATION_FAILED,
322
+ category: 'signaling',
323
+ fatal: true
324
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 1026, {
325
+ errorDescription: ERROR_DESCRIPTIONS.NETWORK_ERROR,
326
+ category: 'signaling',
327
+ fatal: true
328
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2001, {
329
+ errorDescription: ERROR_DESCRIPTIONS.FAILED_TO_CONNECT_MEDIA,
330
+ category: 'signaling',
331
+ fatal: true
332
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2002, {
333
+ errorDescription: ERROR_DESCRIPTIONS.MEDIA_ENGINE_LOST,
334
+ category: 'signaling',
335
+ fatal: true
336
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2003, {
337
+ errorDescription: ERROR_DESCRIPTIONS.MEDIA_CONNECTION_LOST,
338
+ category: 'signaling',
339
+ fatal: true
340
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2004, {
341
+ errorDescription: ERROR_DESCRIPTIONS.ICE_FAILURE,
342
+ category: 'signaling',
343
+ fatal: true
344
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2005, {
345
+ errorDescription: ERROR_DESCRIPTIONS.MEDIA_ENGINE_HANG,
346
+ category: 'signaling',
347
+ fatal: true
348
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2006, {
349
+ errorDescription: ERROR_DESCRIPTIONS.ICE_SERVER_REJECTED,
350
+ category: 'signaling',
351
+ fatal: true
352
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3001, {
353
+ errorDescription: ERROR_DESCRIPTIONS.CALL_FULL,
354
+ category: 'expected',
355
+ fatal: true
356
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3002, {
357
+ errorDescription: ERROR_DESCRIPTIONS.ROOM_TOO_LARGE,
358
+ category: 'expected',
359
+ fatal: true
360
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3004, {
361
+ errorDescription: ERROR_DESCRIPTIONS.GUEST_ALREADY_ADDED,
362
+ category: 'expected',
363
+ fatal: false
364
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3005, {
365
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_USER_NOT_AUTHORISED,
366
+ category: 'expected',
367
+ fatal: true
368
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3006, {
369
+ errorDescription: ERROR_DESCRIPTIONS.CLOUDBERRY_UNAVAILABLE,
370
+ category: 'expected',
371
+ fatal: true
372
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3007, {
373
+ errorDescription: ERROR_DESCRIPTIONS.STREAM_ERROR_NO_MEDIA,
374
+ category: 'expected',
375
+ fatal: true
376
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3013, {
377
+ errorDescription: ERROR_DESCRIPTIONS.ROOM_TOO_LARGE_FREE_ACCOUNT,
378
+ category: 'expected',
379
+ fatal: false
380
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4001, {
381
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_INACTIVE,
382
+ category: 'expected',
383
+ fatal: true
384
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4002, {
385
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_LOCKED,
386
+ category: 'expected',
387
+ fatal: true,
388
+ name: 'locus.response'
389
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4003, {
390
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_TERMINATING,
391
+ category: 'expected',
392
+ fatal: true,
393
+ name: 'locus.leave'
394
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4004, {
395
+ errorDescription: ERROR_DESCRIPTIONS.MODERATOR_PIN_OR_GUEST_REQUIRED,
396
+ category: 'expected',
397
+ fatal: false
398
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4005, {
399
+ errorDescription: ERROR_DESCRIPTIONS.MODERATOR_PIN_OR_GUEST_PIN_REQUIRED,
400
+ category: 'expected',
401
+ fatal: false
402
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4006, {
403
+ errorDescription: ERROR_DESCRIPTIONS.MODERATOR_REQUIRED,
404
+ category: 'expected',
405
+ fatal: false
406
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4007, {
407
+ errorDescription: ERROR_DESCRIPTIONS.USER_NOT_MEMBER_OF_ROOM,
408
+ category: 'expected',
409
+ fatal: true
410
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4008, {
411
+ errorDescription: ERROR_DESCRIPTIONS.NEW_LOCUS_ERROR,
412
+ category: 'signaling',
413
+ fatal: true
414
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4009, {
415
+ errorDescription: ERROR_DESCRIPTIONS.NETWORK_UNAVAILABLE,
416
+ category: 'expected',
417
+ fatal: true
418
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4010, {
419
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_UNAVAILABLE,
420
+ category: 'expected',
421
+ fatal: true
422
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4011, {
423
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_ID_INVALID,
424
+ category: 'expected',
425
+ fatal: true
426
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4012, {
427
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_SITE_INVALID,
428
+ category: 'expected',
429
+ fatal: true
430
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4013, {
431
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_INVALID_JOINTIME,
432
+ category: 'expected',
433
+ fatal: true
434
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4014, {
435
+ errorDescription: ERROR_DESCRIPTIONS.LOBBY_EXPIRED,
436
+ category: 'expected',
437
+ fatal: true
438
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4015, {
439
+ errorDescription: ERROR_DESCRIPTIONS.MEDIA_CONNECTION_LOST_PAIRED,
440
+ category: 'expected',
441
+ fatal: false
442
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4016, {
443
+ errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_NOT_A_NUMBER,
444
+ category: 'expected',
445
+ fatal: true,
446
+ name: 'locus.response'
447
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4017, {
448
+ errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_TOO_LONG,
449
+ category: 'expected',
450
+ fatal: true,
451
+ name: 'locus.response'
452
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4018, {
453
+ errorDescription: ERROR_DESCRIPTIONS.INVALID_DIALABLE_KEY,
454
+ category: 'expected',
455
+ fatal: true,
456
+ name: 'locus.response'
457
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4019, {
458
+ errorDescription: ERROR_DESCRIPTIONS.ONE_ON_ONE_TO_SELF_NOT_ALLOWED,
459
+ category: 'expected',
460
+ fatal: true
461
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4020, {
462
+ errorDescription: ERROR_DESCRIPTIONS.REMOVED_PARTICIPANT,
463
+ category: 'expected',
464
+ fatal: true
465
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4021, {
466
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_LINK_NOT_FOUND,
467
+ category: 'expected',
468
+ fatal: true
469
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4022, {
470
+ errorDescription: ERROR_DESCRIPTIONS.PHONE_NUMBER_TOO_SHORT_AFTER_IDD,
471
+ category: 'expected',
472
+ fatal: true
473
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4023, {
474
+ errorDescription: ERROR_DESCRIPTIONS.INVALID_INVITEE_ADDRESS,
475
+ category: 'expected',
476
+ fatal: true
477
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4024, {
478
+ errorDescription: ERROR_DESCRIPTIONS.PMR_USER_ACCOUNT_LOCKED_OUT,
479
+ category: 'expected',
480
+ fatal: true
481
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4025, {
482
+ errorDescription: ERROR_DESCRIPTIONS.GUEST_FORBIDDEN,
483
+ category: 'expected',
484
+ fatal: true
485
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4026, {
486
+ errorDescription: ERROR_DESCRIPTIONS.PMR_ACCOUNT_SUSPENDED,
487
+ category: 'expected',
488
+ fatal: true
489
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4027, {
490
+ errorDescription: ERROR_DESCRIPTIONS.EMPTY_PHONE_NUMBER_OR_COUNTRY_CODE,
491
+ category: 'expected',
492
+ fatal: true
493
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4028, {
494
+ errorDescription: ERROR_DESCRIPTIONS.CONVERSATION_NOT_FOUND,
495
+ category: 'expected',
496
+ fatal: true
497
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4029, {
498
+ errorDescription: ERROR_DESCRIPTIONS.START_RECORDING_FAILED,
499
+ category: 'expected',
500
+ fatal: true
501
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4030, {
502
+ errorDescription: ERROR_DESCRIPTIONS.RECORDING_IN_PROGRESS_FAILED,
503
+ category: 'expected',
504
+ fatal: true
505
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4032, {
506
+ errorDescription: ERROR_DESCRIPTIONS.CAMERA_PERMISSION_DENIED,
507
+ category: 'expected',
508
+ fatal: true
509
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4036, {
510
+ errorDescription: ERROR_DESCRIPTIONS.REQUIRE_WEBEX_LOGIN,
511
+ category: 'expected',
512
+ fatal: true
513
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 5000, {
514
+ errorDescription: ERROR_DESCRIPTIONS.SIP_CALLEE_BUSY,
515
+ category: 'expected',
516
+ fatal: true
517
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 5001, {
518
+ errorDescription: ERROR_DESCRIPTIONS.SIP_CALLEE_NOT_FOUND,
519
+ category: 'expected',
520
+ fatal: true
521
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4100, {
522
+ errorDescription: ERROR_DESCRIPTIONS.MEETING_INFO_LOOKUP_ERROR,
523
+ category: 'signaling',
524
+ fatal: true
525
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 3003, {
526
+ errorDescription: ERROR_DESCRIPTIONS.CALL_FULL_ADD_GUEST,
527
+ category: 'expected',
528
+ fatal: false
529
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4101, {
530
+ errorDescription: ERROR_DESCRIPTIONS.USER_NOT_ALLOWED_ACCESS_MEETING,
531
+ category: 'expected',
532
+ fatal: true
533
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4102, {
534
+ errorDescription: ERROR_DESCRIPTIONS.USER_NEEDS_ACTIVATION,
535
+ category: 'expected',
536
+ fatal: true
537
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 4103, {
538
+ errorDescription: ERROR_DESCRIPTIONS.SIGN_UP_INVALID_EMAIL,
539
+ category: 'expected',
540
+ fatal: true
541
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 2729, {
542
+ errorDescription: ERROR_DESCRIPTIONS.NO_MEDIA_FOUND,
543
+ category: 'expected',
544
+ fatal: false
545
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 9999, {
546
+ errorDescription: ERROR_DESCRIPTIONS.UNKNOWN_ERROR,
547
+ category: 'other',
548
+ fatal: true
549
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 12000, {
550
+ errorDescription: ERROR_DESCRIPTIONS.FRAUD_DETECTION,
551
+ category: 'expected',
552
+ fatal: true,
553
+ name: 'locus.response',
554
+ shownToUser: true
555
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 12001, {
556
+ errorDescription: ERROR_DESCRIPTIONS.LOCUS_LOBBY_FULL_CMR,
557
+ category: 'expected',
558
+ fatal: true,
559
+ name: 'locus.response',
560
+ shownToUser: true
561
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 12002, {
562
+ errorDescription: ERROR_DESCRIPTIONS.E2EE_NOT_SUPPORTED,
563
+ category: 'expected',
564
+ fatal: true,
565
+ name: 'locus.response',
566
+ shownToUser: true
567
+ }), (0, _defineProperty2.default)(_CLIENT_ERROR_CODE_TO, 12003, {
568
+ errorDescription: ERROR_DESCRIPTIONS.USER_NOT_INVITED_TO_JOIN,
569
+ category: 'expected',
570
+ fatal: true
571
+ }), _CLIENT_ERROR_CODE_TO);
617
572
  exports.CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD = CLIENT_ERROR_CODE_TO_ERROR_PAYLOAD;
618
573
  var CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND = 'js_sdk_call_diagnostic_event_failed_to_send';
619
574
  exports.CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND = CALL_DIAGNOSTIC_EVENT_FAILED_TO_SEND;