diff options
author | halil.cakal <halil.cakal@est.tech> | 2024-02-19 21:37:25 +0000 |
---|---|---|
committer | Halil Cakal <halil.cakal@est.tech> | 2024-02-23 10:31:16 +0000 |
commit | b8fcd8d2bb01db087fb11771ca8c5784d942978e (patch) | |
tree | 0a68b7a55484ed462416821a809b72318bafbf30 /docs | |
parent | 60c0a99bb67b94094897d34b3191d5e5fbec288b (diff) |
Error reporting when registering cm handle with alternate id
- refactored registration code all use cases; 1 method for each action
- introduce new cps error code; 111
- TODO: error reporting registration, UPDATE
Issue-ID: CPS-2100
Change-Id: I5049777ee4e08fdc94aa1db09e668e952ed8e1c3
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cps-ncmp-message-status-codes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/cps-ncmp-message-status-codes.rst b/docs/cps-ncmp-message-status-codes.rst index 20a5ae3c11..90590a2016 100644 --- a/docs/cps-ncmp-message-status-codes.rst +++ b/docs/cps-ncmp-message-status-codes.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2023 Nordix Foundation +.. Copyright (C) 2023-2024 Nordix Foundation .. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING .. _dataOperationMessageStatusCodes: @@ -38,6 +38,8 @@ CPS-NCMP Message Status Codes +-----------------+------------------------------------------------------+-----------------------------------+ | 110 | cm-handle has an invalid character(s) in id | Inventory | +-----------------+------------------------------------------------------+-----------------------------------+ + | 111 | alternate id already associated | Inventory | + +-----------------+------------------------------------------------------+-----------------------------------+ .. note:: |