From 67681820f2a7fea88cbc6cbe5b3d483dae506d55 Mon Sep 17 00:00:00 2001 From: leventecsanyi Date: Thu, 1 Feb 2024 13:35:52 +0100 Subject: 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 --- docs/cps-ncmp-message-status-codes.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/cps-ncmp-message-status-codes.rst b/docs/cps-ncmp-message-status-codes.rst index 20a5ae3c1..6b930a8a4 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:: -- cgit 1.2.3-korg