mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:47: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:
@@ -53,6 +53,7 @@ Errors:
|
||||
Notification:
|
||||
NoDomain: Няма намерен домейн за съобщение
|
||||
User:
|
||||
TooManyNestingLevels: Too many query nesting levels (Max 20).
|
||||
NotFound: Потребителят не може да бъде намерен
|
||||
AlreadyExists: Вече съществува потребител
|
||||
NotFoundOnOrg: Потребителят не може да бъде намерен в избраната организация
|
||||
|
Reference in New Issue
Block a user