If the check failed, this is the error
(self)
| 1549 | return await _ctx.execute(str) |
| 1550 | |
| 1551 | def error(self) -> "Error": |
| 1552 | """If the check failed, this is the error""" |
| 1553 | _args: list[Arg] = [] |
| 1554 | _ctx = self._select("error", _args) |
| 1555 | return Error(_ctx) |
| 1556 | |
| 1557 | async def id(self) -> str: |
| 1558 | """A unique identifier for this Check. |