Namespace:
Autodesk.Revit.DB
DataExchangeMessageSeverity
Enumeration
Description:
Error levels for DataExchangeLog
Error levels for DataExchangeLog
Syntax
public enum DataExchangeMessageSeverity
Unknown Namespace Members:
| Name | Description |
|---|---|
| Info | Informational message, such as successful creation fo a face, edge or a solid. |
| Warning | A potential problem. The converted data should be carefully examined and/or compared to the source data |
| Error | A problem. The converted data should be carefully examined and/or compared to the source data. The application may want to cancel the conversion process. |
| FatalError | A serious problem that makes further data conversion pointless. The conversion process will be cancelled. |