failed method

On this page

failed

Initializes a new RedactionResult instance with a failed status.

def failed(cls, description):
    ...
Parameter Type Description
description str Failure or exception details.

Returns: RedactionResult: Failed redaction result.

See Also

On this page