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
but in the API definition when validating the output, I'd get an error like: {"message": "Output type check failed with exception: Expected to find <class 'str'> type but found <class 'int'> instead"}
It doesn't tell me which exact field failed - slowing down debug cycles.
The text was updated successfully, but these errors were encountered:
When building the conjure object itself, ex:
validation works fine and doesn't throw an error,
but in the API definition when validating the output, I'd get an error like:
{"message": "Output type check failed with exception: Expected to find <class 'str'> type but found <class 'int'> instead"}
It doesn't tell me which exact field failed - slowing down debug cycles.
The text was updated successfully, but these errors were encountered: