annegentle / wadl2rst

Provides a WADL to RST migration tool
Apache License 2.0
2 stars 1 forks source link

Create a comma separated list of error codes #9

Closed missaugustina closed 7 years ago

annegentle commented 8 years ago

I think Issue #6 might be what we want output, what does the comma-separated list give us that a solution to #6 does not?

missaugustina commented 8 years ago

I think it was just meant as a first pass option. But yeah, I'm happy to drop this one since it looks like you're working on it.

annegentle commented 8 years ago

I think it's okay to do the simplest first, which is to output a list of error codes. Could be simply for example:

missaugustina commented 8 years ago

Normal response codes: 202

Error response codes: computeFault (400, 500, …), serviceUnavailable (503), badRequest (400), unauthorized (401), forbidden (403), badMethod (405), itemNotFound (404)

missaugustina commented 8 years ago

What we have is good enough, for future work, verify that data isn't missing, but if it's not then close this.

annegentle commented 8 years ago

Okay, sounds good.