The request to the server for an engine object collection did not return an engine object collection. This field is read-only.


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

Syntax

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

See Also