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
This patch adds `operation_data` decoding for the `crud.Error`.
The `operation_data` type is determined as `rowType` in `crud.Result`.
Also, according to [1], an error can contain one of the following:
- an error
- an array of errors
- nil
So the error decoding logic has been modified to consider each case,
in order to avoid comparing an error to nil.
1. https://github.com/tarantool/crud/tree/master#apiCloses#330
0 commit comments