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
If a unique constraint is violated an OrientDB.RequestError is thrown instead of WLValidationError as I'd expect. Actually it wouldn't have to be WLValidationError, but currently the error is of code E_UNKNOWN and that should be E_VALIDATION.
Error (E_UNKNOWN) :: Encountered an unexpected error
OrientDB.RequestError: Cannot index record user{******}: found duplicated key '*****@gmail.com' in index 'user.email' previously assigned to the record #15:2
The text was updated successfully, but these errors were encountered:
If a unique constraint is violated an
OrientDB.RequestError
is thrown instead ofWLValidationError
as I'd expect. Actually it wouldn't have to beWLValidationError
, but currently the error is of codeE_UNKNOWN
and that should beE_VALIDATION
.The text was updated successfully, but these errors were encountered: