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 package exposes the driver.IsConflict function, which allows us to check whether conflict occurs, but the only way to check which field caused that error is to parse the error message. It is not good and error-prone. Is it possible to add explicitly the conflicti_keys to the ArangoError struct? Or maybe you could propose another solution that allows clients to check field names.
The text was updated successfully, but these errors were encountered:
Currently, the package exposes the
driver.IsConflict
function, which allows us to check whether conflict occurs, but the only way to check which field caused that error is to parse the error message. It is not good and error-prone. Is it possible to add explicitly theconflicti_keys
to theArangoError
struct? Or maybe you could propose another solution that allows clients to check field names.The text was updated successfully, but these errors were encountered: