error-handling Skill
统一错误处理系统。在添加 API 端点、修改错误处理、添加前端 API 调用、编写错误相关测试时使用。 Published by microsoft in data-formulator.
What is error-handling Skill?
统一错误处理系统。在添加 API 端点、修改错误处理、添加前端 API 调用、编写错误相关测试时使用。 Published by microsoft in data-formulator. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Documentation
- Security review use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use error-handling Skill
- Use it for security review.
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/data-formulator
- Skill file: .cursor/skills/error-handling/SKILL.md
What it does
统一错误处理系统。在添加 API 端点、修改错误处理、添加前端 API 调用、编写错误相关测试时使用。
Skill instructions
Error Handling Skill Unified error handling system for DF. Use when adding API endpoints, modifying error handling, or adding frontend API calls. Prerequisites: Read docs/dev-guides/7-unified-error-handling.md before changing API error behavior. Read docs/dev-guides/2-log-sanitization.md when the work involves logging, credentials, external services, or DataLoaders. If your work introduces new error handling patterns or conventions, update this file and related dev-guides accordingly. Architecture Overview Frontend Backend ──────── ─────── apiClient.ts errors.py ├── apiRequest() ←── JSON ──── ├── ErrorCode (enum) ├── streamRequest() ←── NDJSON ── └── AppError (exception) └── parseStreamLine() errorhandler.py errorCodes.ts ├── registererrorhandlers(app) └── getErrorMessage() ├── classifyandwrapllmerror() └── streamerrorevent() errorHandler.ts └── handleApiError() security/sanitize.py └── classifyllmerror() (internal) MessageSnackbar ← dfSlice.messages Protocol Snapshot Use this contract
Explore related resources
Frequently asked questions
What is error-handling?
error-handling is a open-source AI agent skill with Copy skill directory. 统一错误处理系统。在添加 API 端点、修改错误处理、添加前端 API 调用、编写错误相关测试时使用。
Who is error-handling best for?
error-handling is best for reusing agent instructions, scripts, and references, security review workflows, documentation workflows.
How do I install error-handling?
Install or run error-handling using Copy skill directory. Check error-handling for the latest setup command.
Is error-handling actively maintained?
error-handling may need a closer maintenance check before production use.
Auto-fetched from GitHub.