# Single Behavior Path

> Providing only one execution path with no fallback, so any failure in it fails the whole request.

Record: `lex:single-behavior-path`
Kind: anti-pattern
Layer: [Correctness Core](https://banes-lab.com/records/layer/correctness-core.md)
Canonical: https://banes-lab.com/ontology/lexicon#lex-single-behavior-path

## category

- [Error Handling / Resilience](https://banes-lab.com/records/lex-category/error-handling-resilience.md)

## referenced-by

- [Fallback Pattern](https://banes-lab.com/records/arch/fallback-pattern.md)
