The server returned a response and the correlation ID is missing. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly TRANSPORT_CORRELATION_ID_MISSING As ExceptionCode |
C# |
---|
public static readonly ExceptionCode TRANSPORT_CORRELATION_ID_MISSING; |
C++ |
---|
public: static const ExceptionCode TRANSPORT_CORRELATION_ID_MISSING; |
J# |
---|
public static final ExceptionCode TRANSPORT_CORRELATION_ID_MISSING |
JScript |
---|
public static const var TRANSPORT_CORRELATION_ID_MISSING : ExceptionCode; |
See Also