StatusMessageTypes Enumerator
Description
The different types of status messages that can be used with the StatusCode object.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
StatusMessageErrorType | 1 | An error that prevents the operation from succeeding. |
StatusMessageNoneType | 0 | No error or warning is associated with the status code. |
StatusMessageWarningType | 2 | A warning that the operation has succeeded but without expected results. |