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

Bad request error information is not surfaced #41

Open
stewartfrancis opened this issue Jan 25, 2021 · 0 comments
Open

Bad request error information is not surfaced #41

stewartfrancis opened this issue Jan 25, 2021 · 0 comments

Comments

@stewartfrancis
Copy link
Collaborator

SUMMARY

In non-OK responses CPSM returns a body with error information. This can be recreated by supplying a malformed body with a create request.

<?xml version="1.0" encoding="UTF-8"?> 
<error message_id=\"DFHWU4007\" connect_version="0560">
  <title> 400 CICS management client interface HTTP Error</title>
  <short>An error has occurred in the CICS management client interface. The request cannot be processed.</short>
  <full> The body of the HTTP request was not specified correctly.</full>
</error>

There are other situations when this kind of error response gets generated too, though I can't think of any off the top of my head. Maybe when one region in a system group isn't contactable, possibly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant