ArchitectureSystem Design
KW-0107Fallback
Pattern
Meaning
predefined alternative action taken when the main process fails or is unavailable
Example
“Show cached or default data when API request fails instead of breaking UI”
Reference
Improves system resilience and user experience; often used in fault-tolerant systems
Related
retrygraceful degradationbackup