{"version":3,"sources":["../src/error-categories.generated.ts"],"names":[],"mappings":";AAaO,IAAM,gBAAA,GAAmB;AAAA,EAC9B,aAAA;AAAA,EACA,QAAA;AAAA,EACA,SAAA;AAAA,EACA,cAAA;AAAA,EACA,SAAA;AAAA,EACA,UAAA;AAAA,EACA,gBAAA;AAAA,EACA,aAAA;AAAA,EACA,KAAA;AAAA,EACA,YAAA;AAAA,EACA,cAAA;AAAA,EACA,UAAA;AAAA,EACA;AACF","file":"types.mjs","sourcesContent":["/**\n * PEAC Protocol Error Categories\n *\n * AUTO-GENERATED from specs/kernel/errors.json\n * DO NOT EDIT MANUALLY - run: npx tsx scripts/codegen-errors.ts\n * Spec version: 0.15.3\n */\n\n/**\n * Canonical error categories derived from specs/kernel/errors.json.\n * This is the single source of truth for all error category definitions.\n * Sorted alphabetically. This ordering is a codegen invariant.\n */\nexport const ERROR_CATEGORIES = [\n  'attribution',\n  'bundle',\n  'control',\n  'cryptography',\n  'dispute',\n  'identity',\n  'infrastructure',\n  'interaction',\n  'ucp',\n  'validation',\n  'verification',\n  'verifier',\n  'workflow',\n] as const;\n\n/**\n * Error category type - union of all categories in specs/kernel/errors.json\n */\nexport type ErrorCategory = (typeof ERROR_CATEGORIES)[number];\n"]}