Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception has been caught and custom error implemented while processing the Rest API via cmdlet #180

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 16, 2022

  1. Exception has been caught and custom error implemented while processi…

    …ng the Rest API. If the error notification is not as per the desired JSON format, then validation has been done and custom exception implemented
    unknown committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    eab8d61 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Non-JSON error responses handled in Invoke-RestAPI

    The following PR comments incorporated
    Customer error description modified
    Log path included in the custom error
    Priting both custom error and valid error response from the backend
    unknown committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    7356d90 View commit details
    Browse the repository at this point in the history
  2. Non-JSON exception handled

    Alignment done to avoid pester script validation errors
    unknown committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    1d248c7 View commit details
    Browse the repository at this point in the history