Error Handling Patterns

当为新功能/API/分布式系统设计错误处理、排查线上故障或提升可靠性时使用;做错误分类、自定义错误层级、重试退避、熔断、降级与错误聚合,产出可落地的健壮处理方案与代码;不适用于纯日志查询、性能压测或具体业务逻辑实现本身;触发词:错误处理、异常设计、重试、熔断、优雅降级、Result 类型。

findscripter e95bbdc 7.3 KB Updated

File contents

findscripter/everything-skills/tree/main/02-engineering/error-handling-patterns commit e95bbdc6a6

Frequently asked questions

npx skillmds@latest add findscripter/error-handling-patterns