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

oad runtime exception caused by retry-after header with integer value #271

Open
mikekistler opened this issue Feb 8, 2023 · 0 comments
Open

Comments

@mikekistler
Copy link
Member

The Breaking Change (Cross-Version) check in PR 21841 fails with an oad runtime exception:

image

Through local experimentation I found that the runtime exception is caused by examples that contain a retry-after header in the response with an integer value.

The retry-after header is defined in the REST API as type: integer, format: int32 so it makes sense to specify it in the example as an integer value.

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