We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba93e3 commit 7ad2981Copy full SHA for 7ad2981
1 file changed
README.md
@@ -117,6 +117,8 @@ All yamltrip errors inherit from `YAMLTripError`:
117
- **`PatchError`**: mutation operation failed.
118
- **`KeyExistsError`**: `add()` target already exists.
119
- **`KeyMissingError`**: `replace()` target does not exist.
120
+ - **`RoutingError`**: path passes through a non-mapping node (scalar or list).
121
+ - **`NodeTypeError`** (`PatchError` + `TypeError`): node is the wrong type for the operation (e.g. appending to a scalar).
122
123
## Limitations
124
0 commit comments