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

APIGOV-25897-update status text code ranges #664

Merged
merged 2 commits into from
Jul 17, 2023
Merged

Conversation

jcollins-axway
Copy link
Collaborator

No description provided.

statusText = "Success"
case httpStatusCode >= 400 && httpStatusCode < 500:
statusText = "Failure"
case httpStatusCode >= 500 && httpStatusCode < 511:
case httpStatusCode >= 500:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably remove this case and have default case for Exception

vivekschauhan
vivekschauhan previously approved these changes Jul 17, 2023
@jcollins-axway jcollins-axway merged commit d14d6be into main Jul 17, 2023
@jcollins-axway jcollins-axway deleted the APIGOV-25897 branch July 17, 2023 21:19
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

Successfully merging this pull request may close these issues.

2 participants