Error Code Guide

設計一致的錯誤碼,遵循 PREFIX_CATEGORY_NUMBER 格式。 Use when: 定義錯誤碼、建立錯誤處理機制、設計 API。 Not for: 日誌格式與層級——請用 /logging-guide;處理已經到達正式環境的錯誤——請用 /incident。 Keywords: error code, error handling, error format, API errors, 錯誤碼, 錯誤處理, 錯誤格式.

AsiaOstrich Updated

File contents

AsiaOstrich/universal-dev-standards/tree/main/.claude/skills/error-code-guide commit d6c36b0de9

Frequently asked questions

npx skillmds@latest add asiaostrich/error-code-guide-2