Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ All yamltrip errors inherit from `YAMLTripError`:
- **`PatchError`**: mutation operation failed.
- **`KeyExistsError`**: `add()` target already exists.
- **`KeyMissingError`**: `replace()` target does not exist.
- **`RoutingError`**: path passes through a non-mapping node (scalar or list).
- **`NodeTypeError`** (`PatchError` + `TypeError`): node is the wrong type for the operation (e.g. appending to a scalar).

## Limitations

Expand Down