Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request params validation

EventCodeContextEventMessageDescription / Solution

Anchor
E2000
E2000
E2000

Validation

Param "{0}" - is not given

Param is not given at all, or given but is empty

Anchor
E2001
E2001
E2001

Validation

Value "{0}" of param "{1}" - is in invalid format

Param is given but has an invalid format. For example: wrong email format, wrong number format, etc

Anchor
E2002
E2002
E2002

Validation

No object of type "{0}" was found by key "{1}"

No object was found in the database by the given key

Anchor
E2003
E2003
E2003

Validation

Wrong value

Given value is not equal to the value that is stored/provided by server-side

Anchor
E2004
E2004
E2004

Validation

Value "{0}" of param "{1}" - is not in the list of allowed values

There is the list of allowed values, but given value is not in that list

Anchor
E2005
E2005
E2005

Validation

Value "{0}" of param "{1}" - is in the list of disabled values

There is the list of disabled values, but given value is in that list

Anchor
E2006
E2006
E2006

Validation

Value "{0}" of param "{1}" - is not unique. It should be unique.

The given value already exists within certain column of certain database table

Anchor
E2007
E2007
E2007

ValidationExtension "{0}" of file "{1}" - is not in the list of allowed valuesThe file type uploaded in the termportal is not allowed

Authentication

EventCodeContextEventMessageDescription / Solution

Anchor
E1156
E1156
E1156

AuthenticationTried to authenticate via hashAuthentication, but feature is disabled in the config!

Please set runtimeOptions.hashAuthentication in the configuration to one of the following values:

disabled: the feature is disabled and produces this error.
dynamic: use a dynamic auth hash.
static: use a static auth hash.

See Single Click Authentication.

Anchor
E1289
E1289
E1289

AuthenticationIp based authentication: Customer with number ({number}) does't exist.

The configured customer in  runtimeOptions.authentication.ipbased.IpCustomerMap 

configuration does not exist. Default customer will be used instead.

Anchor
E1290
E1290
E1290

AuthenticationIp based authentication: User with roles:({configuredRoles}) is not allowed to authenticate ip based.There is no configured ip based roles for the ip based authentication or the configured roles are not allowed per acl

Anchor
E1332
E1332
E1332

AuthenticationFail or success info log for sessionToken based authentication.

Anchor
E1342
E1342
E1342

Authentication: Session impersonateThe parameter login containing the desired username is missing.The parameter login containing the desired username is missing.

...

EventCodeContextEventMessageDescription / Solution

Anchor
1292
1292
E1292

ConfigurationNot enough rights to modify config with level : {level}

The config can not be modified because the user has not have rights to do so,

Anchor
1296
1296
E1296

Task Configuration

Unable to modify config {name}. The task is not in import state.The config can not be modified because the config is with level task_import and the task state is not import.

Anchor
1297
1297
E1297

Task ConfigurationUnable to load task config. "taskGuid" is not set for this entity.taskGuid is not set for this entity.

Anchor
1298
1298
E1298

Customer ConfigurationUnable to load customer config. "id" is not set for this entity.id is not set for this entity.

Anchor
1299
1299
E1299

User Configuration

Not allowed to load user config for different user.The current request to load the user config is not for the currently authenticated user.

Anchor
1324
1324
E1324

ConfigurationUpdated config with name "{name}" to "{value}"Log info when configuration value is updated.

Anchor
E1363
E1363
E1363

ConfigurationConfiguration value invalid: {errorMsg}The given configuration value is invalid, check the configuration description or default value to find out what is wrong.

Categories

EventCodeContextEventMessageDescription / Solution

Anchor
E1179
E1179
E1179

Category AssocsSave category assocs: categories could not be JSON-decoded with message: {msg}

The given data for the categories is wrong; check this first.

...