ignore_error property

ignore_error property

Indicates if you need to hide the error while rendering. The error can be error in shape, image, chart rendering, etc.

Definition:

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

See Also