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
ValidationError
6 validation errors for ParsingModel[GetApi1ProductsResponse]
__root__ -> response -> 0 -> energy_site_id
field required (type=value_error.missing)
__root__ -> response -> 0 -> resource_type
field required (type=value_error.missing)
__root__ -> response -> 0 -> asset_site_id
field required (type=value_error.missing)
__root__ -> response -> 0 -> sync_grid_alert_enabled
field required (type=value_error.missing)
__root__ -> response -> 0 -> breaker_alert_enabled
field required (type=value_error.missing)
__root__ -> response -> 0 -> components
field required (type=value_error.missing)
At this point we have no further information to rectify the issue and need to manually instrument this. It would be great if fern already adds capability to provide further details on this, e.g. the actual response.
The text was updated successfully, but these errors were encountered:
dannysheridan
changed the title
Log response if ParsingModel has validation errors
[Bug] Log response if ParsingModel has validation errors
Jan 22, 2024
We see the following in our error reporting:
At this point we have no further information to rectify the issue and need to manually instrument this. It would be great if fern already adds capability to provide further details on this, e.g. the actual response.
The text was updated successfully, but these errors were encountered: