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
When response model validation is enabled, the API returns an unclear error message that doesn't specify which property failed validation. For example:
{"code":"AttributeError","description":"'int' object has no attribute 'startswith'"}
In this case, the issue was caused by the asset href containing a number instead of a string.
The text was updated successfully, but these errors were encountered:
When response model validation is enabled, the API returns an unclear error message that doesn't specify which property failed validation. For example:
In this case, the issue was caused by the asset href containing a number instead of a string.
The text was updated successfully, but these errors were encountered: