You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of enum is quite important and should be displayed in the doc.
As an example, consider: https://vibed.org/api/vibe.http.status/HTTPStatus
I wanted to return a 400 but use HTTPStatus. However, the lack of value (and me not knowing the exact name in the specs) means that opening the code was the fastest / best thing to do.
The text was updated successfully, but these errors were encountered:
The value of enum is quite important and should be displayed in the doc.
As an example, consider: https://vibed.org/api/vibe.http.status/HTTPStatus
I wanted to return a
400
but useHTTPStatus
. However, the lack of value (and me not knowing the exact name in the specs) means that opening the code was the fastest / best thing to do.The text was updated successfully, but these errors were encountered: