Library | File

Enum pfcWSImportExportMessageType

# include <pfcSession.h>

enum pfcWSImportExportMessageType
{
    pfcWSIMPEX_MSG_INFO,
    pfcWSIMPEX_MSG_WARNING,
    pfcWSIMPEX_MSG_CONFLICT,
    pfcWSIMPEX_MSG_ERROR,
    pfcWSImportExportMessageType_nil
};



Description

Enum that lists the type of Import/Export messages.
Manual References:
Windchill Connectivity APIs: Import and Export




Values

pfcWSIMPEX_MSG_INFO
No problem, just an information.
pfcWSIMPEX_MSG_WARNING
A low severity problem resolved according to some configured rules.
pfcWSIMPEX_MSG_CONFLICT
An overridable conflict.
pfcWSIMPEX_MSG_ERROR
A non overridable conflict or another serious problem preventing from processing an object.
pfcWSImportExportMessageType_nil
Enum null value.