Skip to content

Add error message for partition exception response (GONRG-2963)

Artem Dobrynin (EPAM) requested to merge gcp-partiton-message-fix into master

Type of change

  • Bug Fix
  • Feature

The message for partition service was added

Does this introduce a change in the core logic?

  • [YES]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [No]

What is the current behavior?

  • The message from Partition Service goes directly to the response. The user could use this response to get the info about internal state of the environment. With this fix we will change the message to more generic one.

Merge request reports