Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: more error handling #143

Merged
merged 3 commits into from
Jan 7, 2025
Merged

feat: more error handling #143

merged 3 commits into from
Jan 7, 2025

Conversation

janbritz
Copy link
Contributor

@janbritz janbritz commented Dec 5, 2024

Fügt drei neue Errors zum _RenderErrorCollector hinzu:

  • ExpectedAncestorError:
    Wird ausgegeben, wenn ein qpy:shuffled-index nicht innerhalb eines Elements mit qpy:shuffle-contents-Attribut liegt.
  • InvalidContentError (InvalidTextPlacementError):
    Wird ausgegeben, sobald Text oder PIs direkt innerhalb eines Elements mit qpy:shuffle-contents-Attribut zu finden sind.
  • UnknownAttributeError:
    Wird ausgegeben, sobald ein unbekanntes Attribute mit qpy-Namespace gefunden wurde.

image

`ExpectedAncestorError`, `InvalidTextPlacementError`, and `UnknownAttributeError`
@janbritz janbritz force-pushed the feat/granular-error-handling branch from 71759b0 to f752d94 Compare December 5, 2024 13:29
@janbritz janbritz merged commit 83222ec into dev Jan 7, 2025
6 checks passed
@janbritz janbritz deleted the feat/granular-error-handling branch January 7, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants