From 41f010caadc7ac35d153fcbe988a4fb48a4c3ac7 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 26 May 2019 16:52:22 +0200 Subject: [PATCH] Add USER_DEACTIVATED_BAN error --- compiler/error/source/401_UNAUTHORIZED.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/error/source/401_UNAUTHORIZED.tsv b/compiler/error/source/401_UNAUTHORIZED.tsv index 54b24dd7..e5cd3874 100644 --- a/compiler/error/source/401_UNAUTHORIZED.tsv +++ b/compiler/error/source/401_UNAUTHORIZED.tsv @@ -2,6 +2,7 @@ id message AUTH_KEY_UNREGISTERED The key is not registered in the system AUTH_KEY_INVALID The key is invalid USER_DEACTIVATED The user has been deleted/deactivated +USER_DEACTIVATED_BAN The user has been deleted/deactivated SESSION_REVOKED The authorization has been invalidated, because of the user terminating all sessions SESSION_EXPIRED The authorization has expired ACTIVE_USER_REQUIRED The method is only available to already activated users