-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
elm-open-api-cli/src/OpenApi/Generate.elm
Lines 2159 to 2162 in 3b16258
| ("Among the " | |
| ++ String.fromInt (Dict.size responses) | |
| ++ " possible responses, there was no successful one." | |
| ) |
This error message could be improved to give examples of how to resolve it. An example of the output might look like
Warning: Among the 1 possible responses, there was no successful one.
at /vats/{id} -> GET
at /tenants/{id} -> GET
at /tenants -> GET
Make sure your spec defines a 2XX and/or 3XX response for these endpoints.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers