An attempt to send content to the server using the Content Engine Web Services interface failed. The details of the failed operation are generally part of the chained exception. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly TRANSPORT_WSI_CONTENT_SEND_FAILED As ExceptionCode |
C# |
---|
public static readonly ExceptionCode TRANSPORT_WSI_CONTENT_SEND_FAILED; |
C++ |
---|
public: static const ExceptionCode TRANSPORT_WSI_CONTENT_SEND_FAILED; |
J# |
---|
public static final ExceptionCode TRANSPORT_WSI_CONTENT_SEND_FAILED |
JScript |
---|
public static const var TRANSPORT_WSI_CONTENT_SEND_FAILED : ExceptionCode; |
See Also