Skip to content

More detailed parsing exceptions #35

@jan-kolarik

Description

@jan-kolarik

Give users clearer details when parsing issues occur.

We should aim to provide information about the exact line number where the error happens. This might be tricky since YAML parsing occurs before the data is transferred into objects, but we could store line number details in IYamlNode objects.

Additionally, we could catch exceptions from lower-level objects within parent objects to better pinpoint where the issue originates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions