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
There are a lot of ValueErrors raised in this file (and I suppose also other locations in the cognite api client)
These errors are too generic to do a proper error handling with. If the cognite api client is used in any other part of the API, it is unclear whether these ValueErrors should be transformed to 400, 403, or 500 errors.
The text was updated successfully, but these errors were encountered:
cognite-sdk-python/cognite/client/_api_client.py
Line 688 in 3048fe0
There are a lot of ValueErrors raised in this file (and I suppose also other locations in the cognite api client)
These errors are too generic to do a proper error handling with. If the cognite api client is used in any other part of the API, it is unclear whether these ValueErrors should be transformed to 400, 403, or 500 errors.
The text was updated successfully, but these errors were encountered: