How to use special/unofficial HTTP status code? #838
Unanswered
longquanzheng
asked this question in
Q&A
Replies: 2 comments
|
Not possible today. I’d be open to a PR which allows for non-standard codes, but there are a few things to sort out:
|
0 replies
|
I have opened #1407 implementing support for non-standard status codes.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey I am using a 420 status code for my swagger:
https://github.com/indeedeng/iwf-idl/blob/d104cfc4cd756787d685d1ccf41bc43ebe9d85ab/iwf.yaml#L225
It has been working fine with other languages (Java/Golang)
But I got error when generating python code:
Is there a way to workaround this error here?
Thanks!!
All reactions