TwainErrMsg

Retrieves an error message for the last twain operation that failed. Normally, you do not need to call this since RxTwain functions return an appropriate error message (or if you have set the functions to raise a condition, then the error message is gotten via CONDITION('D')). But if ask RxTwain to return error numbers instead of messages, and do not ask to raise a condition, then TwainErrMsg may be useful to fetch an error message.

Synopsis

message = TwainErrMsg()

Returns

An error message appropriate for the last twain operation that failed.