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 API has the capability of returning ProblemDetail errors today but does not define error codes itself (many of the codes come from the VCDM or status list specifications). It was suggested that the API should define and throw some error codes that are specific to the API such as "UNKNOWN_OPTION_PROVIDED" when an unknown option is provided to an API call.
The text was updated successfully, but these errors were encountered:
I think we should be mindful of what we can define that would make testing these features convenient (test software will need something to assert a response on when providing a bad input) while also not making the specification too rigid. This aligns with the comment made by @dlongley.
The API has the capability of returning ProblemDetail errors today but does not define error codes itself (many of the codes come from the VCDM or status list specifications). It was suggested that the API should define and throw some error codes that are specific to the API such as "UNKNOWN_OPTION_PROVIDED" when an unknown option is provided to an API call.
The text was updated successfully, but these errors were encountered: