warnings property
warnings property
The non-fatal warnings that occurred during conversion.
A read‑only list of warning messages. The list is empty when no warnings were generated. Warnings describe issues that did not prevent conversion but may affect the output (for example, unsupported formatting or missing resources).
Definition:
@property
def warnings(self):
...
See Also
- class
ConvertResult