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
Attempting to encode the wrong data type for numeric elements can raise a generic struct.error with a non-specific message (e.g. "cannot convert argument to integer"). It would be better to raise a ValueError with a more descriptive message, containing the element name, the value, and maybe additional information.
This should be fairly easy.
The text was updated successfully, but these errors were encountered:
Attempting to encode the wrong data type for numeric elements can raise a generic
struct.error
with a non-specific message (e.g. "cannot convert argument to integer"). It would be better to raise aValueError
with a more descriptive message, containing the element name, the value, and maybe additional information.This should be fairly easy.
The text was updated successfully, but these errors were encountered: