error method

On this page

error

Logs an error that occurred during watermarking.

def error(self, message, exception):
    ...
Parameter Type Description
message str The error message.
exception Exception The instance of occurred exception.

See Also

On this page