Skip to content

Added policy error handling (GONRG-6457)

Yurii Ruban [EPAM / GCP] requested to merge add-policy-error-message into master

Description:

Added policy error handling in core common library. Also, the lib version was updated in the search service. Issue: #120 (closed) .

The bug reason: in the case of receiving an error from the service policy, the error was not handled and the program continued to execute the next steps of the request.

Solution: handle the error from the policy service. Also, the error message was added.

How to test:

Does functionality was tested and how?

Changes include:

  • Bugfix (a non-breaking change that solves an issue).

Changes in:

  • GCP
  • Azure
  • AWS
  • IBM
Edited by Riabokon Stanislav(EPAM)[GCP]

Merge request reports