From a5bae5aac12f43bc8f43fb2e08d5b3ba9eae735b Mon Sep 17 00:00:00 2001 From: "CITE\\spapacharalampous" Date: Tue, 10 Sep 2024 17:52:34 +0300 Subject: [PATCH] added common error --- backend/web/src/main/resources/config/errors.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/web/src/main/resources/config/errors.yml b/backend/web/src/main/resources/config/errors.yml index 9991b3a18..b16ac899d 100644 --- a/backend/web/src/main/resources/config/errors.yml +++ b/backend/web/src/main/resources/config/errors.yml @@ -166,4 +166,7 @@ error-thesaurus: message: tenant role is missing missingGlobalRole: code: 159 - message: Global role is missing \ No newline at end of file + message: Global role is missing + userProfileInactive: + code: 160 + message: User account has not been activated \ No newline at end of file