mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:27:33 +00:00
feat(user/v1): support composite queries (#6361)
* feat(user/v1): support composite queries * fix: added proper error handling for NotQuery * Added error when there are too many levels of nesting * Add localization keys for english * Update internal/api/grpc/user/query.go
This commit is contained in:
@@ -51,6 +51,7 @@ Errors:
|
||||
Notification:
|
||||
NoDomain: Nie znaleziono domeny dla wiadomości
|
||||
User:
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20).
|
||||
NotFound: Nie znaleziono użytkownika
|
||||
AlreadyExists: Użytkownik już istnieje
|
||||
NotFoundOnOrg: Użytkownik nie został znaleziony w wybranej organizacji
|
||||
|
Reference in New Issue
Block a user