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
Currently the Python client does not have a robust and friendly exception classes and throws a Segmentation fault error on the erratically formatted schema files and this error, which does not do a good job at hinting what goes wrong:
terminate called after throwing an instance of 'std::runtime_error'what(): Not a number.
Aborted (core dumped)
We should add some important exception classes to the client with more information that handle the lower-level errors bubbling up to the caller.
The text was updated successfully, but these errors were encountered:
Currently the Python client does not have a robust and friendly exception classes and throws a Segmentation fault error on the erratically formatted schema files and this error, which does not do a good job at hinting what goes wrong:
We should add some important exception classes to the client with more information that handle the lower-level errors bubbling up to the caller.
The text was updated successfully, but these errors were encountered: