{
  "$schema": "https://brittleboye.github.io/awesome-lattice/projects.schema.json",
  "category": {
    "id": "cads",
    "title": "Convex Architecture Documents",
    "url": "https://brittleboye.github.io/awesome-lattice/cads/"
  },
  "slug": "cad011-errors",
  "name": "CAD011: Error Handling",
  "description": "Gives every CVM expression exactly three outcomes (success, error, exceptional exit) with try granting atomic rollback on catch — errors become data, not undefined behaviour. Fixes the Solidity-era mistake where a revert in a dependency silently poisoned whole contract flows.",
  "longDescription": null,
  "homepage": "https://docs.convex.world/docs/cad/011_errors",
  "repo": "https://github.com/Convex-Dev/design/tree/main/docs/cad/011_errors",
  "docs": null,
  "links": [],
  "tags": [
    "spec",
    "cvm",
    "errors",
    "smart-contracts"
  ],
  "badge": "CAD",
  "status": null,
  "licensing": null,
  "license": null,
  "mcp": null,
  "url": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad011-errors/",
  "markdown": "https://brittleboye.github.io/awesome-lattice/projects/cads/cad011-errors.md",
  "generated": "2026-04-20T11:05:14.504Z"
}