X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fsdl%2Ferrorqueries.hpp;h=5fdfaddf298cbecab3b20c2dcff1ca1e4cff2ff0;hb=refs%2Fchanges%2F28%2F1028%2F1;hp=d8b7e01c769861f50f882999f61790659282e62d;hpb=b8cd8b6087862ff04c9e39a0235ebf870c28ce39;p=ric-plt%2Fsdl.git diff --git a/include/sdl/errorqueries.hpp b/include/sdl/errorqueries.hpp index d8b7e01..5fdfadd 100644 --- a/include/sdl/errorqueries.hpp +++ b/include/sdl/errorqueries.hpp @@ -62,9 +62,9 @@ namespace shareddatalayer * shareddatalayer::Error::BACKEND_FAILURE:
* shareddatalayer delivered the request to the backend data storage but the backend data storage failed to process the request. * In case of a write type request, data in the backend data storage may or may not have been altered.
- * Client is advised to try the operation again later. Optionally client can also re-create the used shareddatalayer instance. + * Client is advised to try the operation again later. If also re-tries are failing client should re-create the used shareddatalayer instance. * It is possible that the system does not automatically recover from this type of error situations. Therefore client is advised - * to escalate the problem to O&M if operation does not succeed after several retries.
+ * to escalate the problem to O&M if operation does not succeed after above mentioned recovery actions.
* When shareddatalayer operations work again, client can choose how to best address the possible loss of consistency * (see shareddatalayer::Error::OPERATION_INTERRUPTED for possible options). *