This exception is raised when the Atmos server responds to an HTTP/REST request with an unexpected HTTP response code. This exception should not occur under normal operating conditions.

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

ToggleSyntax

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

ToggleSee Also