diff options
author | leventecsanyi <levente.csanyi@est.tech> | 2024-02-01 13:35:52 +0100 |
---|---|---|
committer | leventecsanyi <levente.csanyi@est.tech> | 2024-02-08 12:57:23 +0100 |
commit | 67681820f2a7fea88cbc6cbe5b3d483dae506d55 (patch) | |
tree | 8ef2ddab0f174fe7dbc50b36048cace95326dcfd /docs | |
parent | 50a9e57cd4793a541ff8d2ec97a4fb7a7d62b934 (diff) |
Introduce Hazelcast for alternateId-cmHandle relation pt. 2 - error collection
- added business logic to check duplicated ids (create and update scenarios)
- added new unit test for CmHandleIdMapperSpec
- added test for the new registration scenario
Issue-ID: CPS-1988
Change-Id: I4bf2e25c87c57938d336f2fe70378b400bab07b0
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cps-ncmp-message-status-codes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cps-ncmp-message-status-codes.rst b/docs/cps-ncmp-message-status-codes.rst index 20a5ae3c11..6b930a8a4b 100644 --- a/docs/cps-ncmp-message-status-codes.rst +++ b/docs/cps-ncmp-message-status-codes.rst @@ -38,6 +38,8 @@ CPS-NCMP Message Status Codes +-----------------+------------------------------------------------------+-----------------------------------+ | 110 | cm-handle has an invalid character(s) in id | Inventory | +-----------------+------------------------------------------------------+-----------------------------------+ + | 111 | cannot re-assign alternate id | Inventory | + +-----------------+------------------------------------------------------+-----------------------------------+ .. note:: |