middleware_agent/src/main/resources/i18n/errorMessage_en_US.properties

58 lines
2.5 KiB
INI

ERR_OK=Successful
ERR_PASSWORD=Incorrect password
ERR_USERNOTFOUND=User does not exist
ERR_PASSWORDMORE=The number of consecutive incorrect passwords reaches the upper limit
ERR_USERLOCK=Password error reaches the upper limit, The user is locked
ERR_PASSWORD_EXPIRED=The password has expired
ERR_ACCOUNT=The user account is abnormal
ERR_USEREXIST=The user already exists
ERR_PASSWORDSIMPLE=The user password strength does not meet the requirement. ERR_INPUTFORMAT=The input information format is incorrect
ERR_INPUTMISS=No necessary input information
ERR_PERMISSION=Operator permission is insufficient
ERR_REQTIMEOUT=Request timeout
ERR_PARAMS=Parameter error
ERR_SYSTEMEXCEPTION=System exception
ERR_UNKNOWNCMD=Unknown command
ERR_LOGOUT=User not logged in
ERR_TOKENTIMEOUT=Token timeout
ERR_TOKENNOTFOUND=Illegal Token
ERR_TOKEN_KEY=Token key error
ERR_MISSAUTHHEAD=Http request missing authentication header
ERR_NOSUCHITEM=No such content
ERR_ITEMEXISTS=The content already exists
ERR_PARAMEXCEPTION=Parameter exception
ERR_DEVICELOCKED=Device locked
ERR_VERSION=Protocol version incompatible, Please upgrade the system
ERR_NOSUCHTYPE=No device of this type exists
ERR_REMOVEMORE=Disable deleting multiple devices at the same time
ERR_TASKRUNNING=Similar tasks are running
ERR_UNSUPPORT=Unsupported operations
ERR_INTERRUPT=Operation interruption
ERR_CALLDEVICE=Failed to call the device
ERR_NOSUCHTASK=No task
ERR_TASKNOTRUNNING=No task is running
ERR_REQUESTTIMEOUT=Request timeout
ERR_UNABLEDISPOSEIP=Unable to handle the IP
ERR_DATABASE=Failed to operate the database
ERR_UNTRUSTHOST=Unauthorized client
ERR_UNTRUSTTOKEN=Unauthorized Token
ERR_UNKNOWNINTERFACE=Interface not provided
ERR_DECRYPT_BASE64=BASE64 decryption failure
ERR_ENCRYPT_BASE64=BASE64 encryption failure
ERR_DECRYPT_AES128=AES128 decryption failure
ERR_ENCRYPT_AES128=AES128 encryption failure
ERR_DECRYPT_3DES=3DES decryption failure
ERR_ENCRYPT_3DES=3DES Encryption failure
ERR_DECRYPT_UNKNOWN=Unsupported decryption algorithm
ERR_ENCRYPT_UNKNOWN=unsupported encryption algorithm
ERR_JSON_ENCODE=Json Sequence number error
ERR_JSON_DECODE=Json deserialization error
ERR_ENCRYPT_AES256=AES256 Encryption failure
ERR_DECRYPT_AES256=AES256 decryption failure
ERR_CRYPTO_KEY=Wrong secret key
ERR_USER_ROLE_NOTEXISTS=The user role does not exist
ERR_RESOURCE_USED=Resource used
err.auth.key.convert=Key algorithm or key conversion error
err.auth.key.verify=Key missing verification data
err.auth.key.timeout=Key expired
err.auth.key.prase=Key resolution error