@@ -421,7 +421,7 @@ bool FormatCHIPError(char * buf, uint16_t bufSize, int32_t err)
421
421
desc = " Shortcut Tunnel peer entry not found" ;
422
422
break ;
423
423
case CHIP_ERROR_TUNNEL_FORCE_ABORT:
424
- desc = " Forced Tunnel Abort. " ;
424
+ desc = " Forced Tunnel Abort" ;
425
425
break ;
426
426
case CHIP_ERROR_DRBG_ENTROPY_SOURCE_FAILED:
427
427
desc = " DRBG entropy source failed to generate entropy data" ;
@@ -478,43 +478,43 @@ bool FormatCHIPError(char * buf, uint16_t bufSize, int32_t err)
478
478
desc = " Failure to lock/unlock OS-provided lock" ;
479
479
break ;
480
480
case CHIP_ERROR_UNSUPPORTED_PASSCODE_CONFIG:
481
- desc = " Unsupported passcode encryption configuration. " ;
481
+ desc = " Unsupported passcode encryption configuration" ;
482
482
break ;
483
483
case CHIP_ERROR_PASSCODE_AUTHENTICATION_FAILED:
484
- desc = " Passcode authentication failed. " ;
484
+ desc = " Passcode authentication failed" ;
485
485
break ;
486
486
case CHIP_ERROR_PASSCODE_FINGERPRINT_FAILED:
487
- desc = " Passcode fingerprint failed. " ;
487
+ desc = " Passcode fingerprint failed" ;
488
488
break ;
489
489
case CHIP_ERROR_SERIALIZATION_ELEMENT_NULL:
490
- desc = " Element requested is null. " ;
490
+ desc = " Element requested is null" ;
491
491
break ;
492
492
case CHIP_ERROR_WRONG_CERT_SIGNATURE_ALGORITHM:
493
493
desc = " Certificate not signed with required signature algorithm" ;
494
494
break ;
495
495
case CHIP_ERROR_WRONG_CHIP_SIGNATURE_ALGORITHM:
496
496
desc = " CHIP signature not signed with required signature algorithm" ;
497
497
break ;
498
- case CHIP_ERROR_WDM_SCHEMA_MISMATCH :
499
- desc = " Schema mismatch in WDM. " ;
498
+ case CHIP_ERROR_SCHEMA_MISMATCH :
499
+ desc = " Schema mismatch" ;
500
500
break ;
501
501
case CHIP_ERROR_INVALID_INTEGER_VALUE:
502
- desc = " Invalid integer value. " ;
502
+ desc = " Invalid integer value" ;
503
503
break ;
504
504
case CHIP_ERROR_CASE_RECONFIG_REQUIRED:
505
505
desc = " CASE reconfiguration required" ;
506
506
break ;
507
507
case CHIP_ERROR_TOO_MANY_CASE_RECONFIGURATIONS:
508
- desc = " Too many CASE reconfigurations were received. " ;
508
+ desc = " Too many CASE reconfigurations were received" ;
509
509
break ;
510
510
case CHIP_ERROR_BAD_REQUEST:
511
- desc = " Request cannot be processed or fulfilled. " ;
511
+ desc = " Request cannot be processed or fulfilled" ;
512
512
break ;
513
513
case CHIP_ERROR_INVALID_MESSAGE_FLAG:
514
- desc = " Invalid message flag. " ;
514
+ desc = " Invalid message flag" ;
515
515
break ;
516
516
case CHIP_ERROR_KEY_EXPORT_RECONFIGURE_REQUIRED:
517
- desc = " Key export protocol required to reconfigure. " ;
517
+ desc = " Key export protocol required to reconfigure" ;
518
518
break ;
519
519
case CHIP_ERROR_NO_COMMON_KEY_EXPORT_CONFIGURATIONS:
520
520
desc = " No supported key export protocol configurations in common" ;
@@ -537,8 +537,8 @@ bool FormatCHIPError(char * buf, uint16_t bufSize, int32_t err)
537
537
case CHIP_ERROR_TOO_MANY_SHARED_SESSION_END_NODES:
538
538
desc = " Too many shared session end nodes" ;
539
539
break ;
540
- case CHIP_ERROR_WDM_MALFORMED_DATA_ELEMENT :
541
- desc = " Malformed WDM DataElement" ;
540
+ case CHIP_ERROR_MALFORMED_DATA_ELEMENT :
541
+ desc = " Malformed DataElement" ;
542
542
break ;
543
543
case CHIP_ERROR_WRONG_CERT_TYPE:
544
544
desc = " Wrong certificate type" ;
@@ -570,39 +570,24 @@ bool FormatCHIPError(char * buf, uint16_t bufSize, int32_t err)
570
570
case CHIP_ERROR_MISMATCH_UPDATE_REQUIRED_VERSION:
571
571
desc = " Update Required Version mismatch" ;
572
572
break ;
573
- case CHIP_ERROR_WDM_MALFORMED_STATUS_ELEMENT:
574
- desc = " Status Element in WDM update is malformed" ;
575
- break ;
576
- case CHIP_ERROR_WDM_SUBSCRIPTIONLESS_NOTIFY_PARTIAL:
577
- desc = " The WDM Subscriptionless Notify is partial" ;
578
- break ;
579
573
case CHIP_ERROR_ACCESS_DENIED:
580
574
desc = " The CHIP message is not granted access" ;
581
575
break ;
582
576
case CHIP_ERROR_UNKNOWN_RESOURCE_ID:
583
577
desc = " Unknown resource ID" ;
584
578
break ;
585
- case CHIP_ERROR_WDM_MALFORMED_UPDATE_RESPONSE:
586
- desc = " Malformed WDM Update response" ;
587
- break ;
588
- case CHIP_ERROR_WDM_VERSION_MISMATCH:
589
- desc = " The conditional update of a WDM path failed for a version mismatch" ;
590
- break ;
591
- case CHIP_ERROR_WDM_POTENTIAL_DATA_LOSS:
592
- desc = " A potential data loss was detected in a WDM Trait Instance" ;
579
+ case CHIP_ERROR_VERSION_MISMATCH:
580
+ desc = " Version mismatch" ;
593
581
break ;
594
582
case CHIP_ERROR_UNSUPPORTED_THREAD_NETWORK_CREATE:
595
583
desc = " Legacy device doesn't support standalone Thread network creation" ;
596
584
break ;
597
- case CHIP_ERROR_WDM_INCONSISTENT_CONDITIONALITY :
585
+ case CHIP_ERROR_INCONSISTENT_CONDITIONALITY :
598
586
desc = " The Trait Instance is already being updated with a different conditionality" ;
599
587
break ;
600
- case CHIP_ERROR_WDM_LOCAL_DATA_INCONSISTENT :
588
+ case CHIP_ERROR_LOCAL_DATA_INCONSISTENT :
601
589
desc = " The local data does not match any known version of the Trait Instance" ;
602
590
break ;
603
- case CHIP_ERROR_WDM_PATH_STORE_FULL:
604
- desc = " A WDM TraitPath store is full" ;
605
- break ;
606
591
case CHIP_EVENT_ID_FOUND:
607
592
desc = " Event ID matching criteria was found" ;
608
593
break ;
0 commit comments