supress_errors property

supress_errors property

Specifies whether errors must be suppressed or not. If true suppressed errors are added to SaveOptions.Exceptions list. If false the first error will terminate the program.

Definition:

@property
def supress_errors(self):
    ...
@supress_errors.setter
def supress_errors(self, value):
    ...

See Also