Mã lỗi hệ thống
Giải thích các mã lỗi HTTP và JSON.
Error Responses
Tất cả API trả về lỗi theo format:
json
{
"success": false,
"message": "Mô tả lỗi"
}
Common Error Codes:
| HTTP | Message | Description |
|---|---|---|
| 400 | Bad Request | Thiếu hoặc sai tham số |
| 401 | Unauthorized | Token không hợp lệ |
| 403 | Forbidden | Không có quyền |
| 404 | Not Found | Resource không tồn tại |
| 500 | Internal Server Error | Lỗi server |
---
© 2026 CTDOAPIKEY Documentation