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
Right now, if a user tries to open a soma object that was written with a newer format, the error looks like:
ValueError: Unsupported SOMA object encoding version 1.1.0
I think it's helpful when error messages can be prescriptive and tell the user how to fix the issue. In this case, I think it could be useful if the error message said this error could be avoided by upgrading the client library.
The text was updated successfully, but these errors were encountered:
Right now, if a user tries to open a soma object that was written with a newer format, the error looks like:
I think it's helpful when error messages can be prescriptive and tell the user how to fix the issue. In this case, I think it could be useful if the error message said this error could be avoided by upgrading the client library.
The text was updated successfully, but these errors were encountered: