error method

On this page

error

Logs an error that occurred during the redaction process.

def error(self, message):
    ...
Parameter Type Description
message str The error message.

Returns: None.

See Also

On this page