All Frameworks  Class Hierarchy  This Framework  Indexes

System Enumeration CATErrorType

enum CATErrorType {
  CATErrorTypeCritical,
  CATErrorTypeFatal,
  CATErrorTypeWarning,
  CATErrorTypeInformation
}
Error type.
Values:
CATErrorTypeCritical
Critical error. A problem occurs that the method cannot handle. It returns as soon as the problem occurs. This is the default
CATErrorTypeFatal
Fatal error. A problem occurs that the method cannot handle. It stops with no possible recovery.
CATErrorTypeWarning
Warning. Something happens that doesn't stop the method. It completes and returns a warning.
CATErrorTypeInformation
Information. The method successively completes. It returns information that can be handy

This object is included in the file: CATError.h

Copyright © 2003, Dassault Systèmes. All rights reserved.