Page tree

Versions Compared

Key

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

...

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 extension of uploaded file file type uploaded in the termportal is not allowed

Authentication

...