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 other keys that exist in some errors that are not detail or non_field_errors. For instance 'manifest' is a key thrown in a manifest error. If uploading using a manifest with invalid file format, it includes a very useful error message that gets lost. Is there harm in just handling any error key here? (handle keys with list values and those without)
The text was updated successfully, but these errors were encountered:
Errors can sometimes not show useful information
See https://github.com/solvebio/solvebio-python/blob/master/solvebio/errors.py#L62
There are other keys that exist in some errors that are not detail or non_field_errors. For instance 'manifest' is a key thrown in a manifest error. If uploading using a manifest with invalid file format, it includes a very useful error message that gets lost. Is there harm in just handling any error key here? (handle keys with list values and those without)
The text was updated successfully, but these errors were encountered: