Description

Conversion status result as a short string message.

Details

Name

Value (String)

ResultStatus_SUCCESS

 

Conversion was successful.

SUCCESS

ResultStatus_FAIL

 

Generic failure error.

FAIL

ResultStatus_FILECOPY_FAIL_MAXATTEMPTS

 

File copy failed after max attempts (20) to copy it to the destination.

FILECOPY_FAIL_MAXATTEMPTS

ResultStatus_OVERWRITE_FAIL_EXISTING

 

File could not be overwritten because a file of the same name exists.

OVERWRITE_FAIL_EXISTING

ResultStatus_DIRCREATE_FAIL

 

Directory could not be created.

DIRCREATE_FAIL

ResultStatus_EXCEPTION

 

An exception was thrown during conversion.

EXCEPTION