Share

DataExchangeMessageSeverity Enumeration

Error levels for DataExchangeLog


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum DataExchangeMessageSeverity

Members

Member nameValueDescription
Error2 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.
FatalError3 A serious problem that makes further data conversion pointless. The conversion process will be cancelled.
Info0 Informational message, such as successful creation fo a face, edge or a solid.
Warning1 A potential problem. The converted data should be carefully examined and/or compared to the source data

See Also

Reference

Was this information helpful?