LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

exception-taxonomy - Hierarchical exception system for API error handling

Hierarchical exception system with HTTP status codes, machine-readable error codes, and structured responses for consistent API error handling.

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Define machine-readable error codes
  • Map exceptions to HTTP status codes
  • Format structured error responses
  • Provide retry hints for errors
  • Convert exceptions to JSON responses

Inputs

  • Error context and detail parameters
  • HTTP status codes and error codes

Outputs

  • Structured JSON error responses
  • HTTP error responses with headers

Requirements

  • Python runtime
  • TypeScript or JavaScript runtime

Source

  • Spec: SKILL.md
errors
exception-handling
api
python
typescript
Define machine-readable error codes
Map exceptions to HTTP status codes
Format structured error responses
Provide retry hints for errors
Error context and detail parameters
HTTP status codes and error codes
Structured JSON error responses
HTTP error responses with headers