The update or insert operation failed due to an attempt to create a duplicate value in a unique index. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly DB_NOT_UNIQUE As ExceptionCode
C#
public static readonly ExceptionCode DB_NOT_UNIQUE;
C++
public:
 static const ExceptionCode DB_NOT_UNIQUE;
J#
public static final ExceptionCode DB_NOT_UNIQUE
JScript
public static const var DB_NOT_UNIQUE : ExceptionCode;

See Also