The server failure document for this operation.
(self)
| 717 | |
| 718 | @property |
| 719 | def reply(self) -> _DocumentOut: |
| 720 | """The server failure document for this operation.""" |
| 721 | return self.__reply |
| 722 | |
| 723 | def __repr__(self) -> str: |
| 724 | return ( |
no outgoing calls