The request to the server for an engine object returned no information. 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_ENGINEOBJECT_RESPONSE As ExceptionCode
C#
public static readonly ExceptionCode TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE;
C++
public:
 static const ExceptionCode TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE;
J#
public static final ExceptionCode TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE
JScript
public static const var TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE : ExceptionCode;

See Also