An object representing an operation that failed for the reason given in `message`.
| 11 | |
| 12 | @dataclass |
| 13 | class Failure: |
| 14 | "An object representing an operation that failed for the reason given in `message`." |
| 15 | message: str |
| 16 | |
| 17 | |
| 18 | """ |
no outgoing calls
no test coverage detected
searching dependent graphs…