Expand description
Error types for yarli-git.
Covers worktree lifecycle, merge orchestration, submodule policy, recovery, and forbidden-operation errors (Sections 12.1–12.12).
Enums§
- Forbidden
Op - Forbidden git operations (Section 12.12, default-deny).
- GitError
- Top-level error type for all git-plane operations.
- Interrupted
Op - Interrupted git operations that can be detected on recovery (Section 12.10).
- Recovery
Action - Recovery policy for interrupted operations (Section 12.10).