/** * PEAC Protocol Error Categories * * AUTO-GENERATED from specs/kernel/errors.json * DO NOT EDIT MANUALLY - run: npx tsx scripts/codegen-errors.ts * Spec version: 0.15.3 */ /** * Canonical error categories derived from specs/kernel/errors.json. * This is the single source of truth for all error category definitions. * Sorted alphabetically. This ordering is a codegen invariant. */ export declare const ERROR_CATEGORIES: readonly ["attribution", "bundle", "control", "cryptography", "dispute", "identity", "infrastructure", "interaction", "ucp", "validation", "verification", "verifier", "workflow"]; /** * Error category type - union of all categories in specs/kernel/errors.json */ export type ErrorCategory = (typeof ERROR_CATEGORIES)[number]; //# sourceMappingURL=error-categories.generated.d.ts.map