The batch statement did not return the appropriate number of results. This field is read-only.


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

Syntax

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

See Also