class documentation

class ParserIssueMessage:

View In Hierarchy

Structured message describing a skipped parser item.

Instance Variable annotation_id Optional annotation identifier.
Instance Variable image Optional image path involved in the issue.
Instance Variable parser_issue Issue category.
Instance Variable reason Human-readable reason.
Instance Variable source Optional source annotation path.
annotation_id: str | int | None =

Optional annotation identifier.

image: PathType | None =

Optional image path involved in the issue.

parser_issue: ParserIssue =

Issue category.

reason: str =

Human-readable reason.

source: PathType | None =

Optional source annotation path.