MCPcopy Create free account
hub / github.com/docling-project/docling-parse / error_message

Method error_message

docling_parse/pdf_parser.py:1151–1155  ·  view source on GitHub ↗

Error description; empty string when successful.

(self)

Source from the content-addressed store, hash-verified

1149
1150 @property
1151 def error_message(self) -> str:
1152 """Error description; empty string when successful."""
1153 if self.success:
1154 return ""
1155 return self._raw.error()
1156
1157 def _require_page_decoder(self) -> PdfPageDecoder:
1158 if not self.success:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected