The Event handler threw an external failure indicating that the request failed, and that the retry count should not be decremented. This field is read-only.


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

Syntax

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

See Also