The server has discovered a uniqueness constraint violation. This error can occur due to a server-imposed uniqueness constraint (for example, no two class definitions can have the same SymbolicName values) or a database-imposed constraint of a unique index (for example, no folder can have contained items with the same names).

Namespace:  FileNet.Api.Exception
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly E_NOT_UNIQUE As ExceptionCode
C#
public static readonly ExceptionCode E_NOT_UNIQUE
Visual C++
public:
static initonly ExceptionCode^ E_NOT_UNIQUE
JavaScript
FileNet.Api.Exception.ExceptionCode.e_NOT_UNIQUE

ToggleSee Also