Skip to content

GitErrorCategory

GitErrorCategory = "auth" | "network" | "conflict" | "lfs" | "permission" | "corruption" | "unknown"

Defined in: src/core/types.ts:186

Git error category for error handling (§13.2)

Categorizes errors by their nature to enable appropriate handling strategies.