The server failed to return a response for each request. This field is read-only.


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

Syntax

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

See Also