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
Inconsistencies exist among the OpenSearchClientError subclasses, as some of them pass the unnecessary data argument when invoking the superclass, while others do not. To maintain consistency, the data argument should be removed when invoking the superclass.
Examples:
What is the bug?
Inconsistencies exist among the
OpenSearchClientError
subclasses, as some of them pass the unnecessarydata
argument when invoking the superclass, while others do not. To maintain consistency, thedata
argument should be removed when invoking the superclass.Examples:
SerializationError
DeserializationError
What is the expected behavior?
The
data
argument should not be passed when invoking the superclass, as is the case with other subclasses.The text was updated successfully, but these errors were encountered: