ENUMOutputGenerationResultCode
The ENUMOutputGenerationResultCode enumeration values represent possible result codes of output generation (e.g., success).
Members
Member Name | Value |
---|---|
eOutputGenerationResultCodeSuccess | 0 |
eOutputGenerationResultCodeMappingGenerationError | 1 |
eOutputGenerationResultCodeMappingExecutionError | 2 |
eOutputGenerationResultCodeMappingExceptionThrown | 3 |
eOutputGenerationResultCodeUserBreak | 4 |