[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-11-26 (世界標準時間)。"],[[["HTTP status codes indicate the outcome of a request, categorized as 2xx (success), 4xx (client error), and 5xx (server error)."],["2xx codes signify successful operations, including expected business logic failures."],["4xx codes represent client errors, such as bad requests, authentication issues, or missing resources."],["5xx codes denote server-side problems, like internal errors, unimplemented features, or service unavailability."],["When multiple error codes apply, services should prioritize returning the most specific one."]]],["HTTP responses can include various status codes. `2xx` indicates success, even for business logic failures. `4xx` codes signal client errors, including `400` (Bad Request), `401` (Unauthorized), `403` (Forbidden), `404` (Not Found), `409` (Conflict), `429` (Too Many Requests), and `499` (Client Closed Request). `5xx` denotes server errors, like `500` (Internal Server Error), `501` (Not Implemented), `503` (Service Unavailable), and `504` (Gateway Timeout). The most specific error code should be used.\n"]]