# Failure Strategies VibeBlocks supports three main strategies: - `ABORT`: stop immediately on failure - `CONTINUE`: record failure and proceed - `COMPENSATE`: run undo handlers in reverse order Reference: [Core Concepts (full)](../core_concepts.md)