An authentication failure occurred when a message was sent to a remote Content Platform Engine (CPE) server. If the failure was due to a difference in the host clocks between the two CPE servers, then the request is automatically resubmitted with a time adjustment in the authentication token to account for this clock skew.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly COMM_RETRYABLE_AUTH_EXCEPTION As ExceptionCode
C#
public static readonly ExceptionCode COMM_RETRYABLE_AUTH_EXCEPTION
Visual C++
public:
static initonly ExceptionCode^ COMM_RETRYABLE_AUTH_EXCEPTION
JavaScript
FileNet.Api.Exception.ExceptionCode.comM_RETRYABLE_AUTH_EXCEPTION

ToggleSee Also