Files
scylladb/auth
Eliran Sinvani a346e862c1 Auth: return correct error code when role is not found
Scylla returns the wrong error code (0000 - server internal error)
in response to trying to do authentication/authorization operations
that involves a non-existing role.
This commit changes those cases to return error code 2200 (invalid
query) which is the correct one and also the one that Cassandra
returns.
Tests:
    Unit tests (Dev)
    All auth and auth_role dtests
2020-05-04 12:57:27 +03:00
..
2018-02-14 14:15:58 -05:00
2018-02-14 14:15:58 -05:00
2020-01-15 14:28:21 +03:00