eErrorType Enum
Enumerations
enum
eErrorType
{
Info
= 0,
Warning
,
Error
}
Detailed Description
Possible types of errors that can be raised using the
IRTSExecutionState::RaiseError
function.
See also:
IRTSExecutionState::RaiseError
,
siSeverityType
Since:
7.0
Enumeration Type Documentation
enum
eErrorType
Enumerator:
Info
Log an information message.
Warning
An error has occurred but is recoverable.
Error
An error has occurred; possibly leading to data loss.