CIB image toolbox technical manual
5. Properties details
5.10. ErrorBehavior
Property-Name |
Data type |
Type |
ErrorBehavior |
String |
Set |
This property controls what should happen in case of an error.
Syntax
ErrorBehavior=<behavior>
<behavior>: Stop| Continue | Fill
Stop:
In the case of a failed conversion, the procedure stops with a runtime error and the message “Error behaviour defined as ‘Stop’. Convertion was stopped.
Continue: (Default)
Fill:
Force creation of blob or image although convertion failed.
Example
ErrorBehavior=Continue