[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-08-07 UTC."],[],["The document defines custom error codes using enums. `NO_ERROR` indicates success, while `UNKNOWN_ERROR` signifies a general failure. Other codes specify invalid inputs like `INVALID_PAGE_TOKEN`, `INVALID_CUSTOMER_ID`, `INVALID_DEVICE_ID`, and `INVALID_PARAMETER`. Specific device-related errors include `INVALID_IMEI`, `INVALID_MEID`, `INVALID_SERIAL`, and `INVALID_MANUFACTURER`. There are codes for `AUTHORIZATION_FAIL`, `INTERNAL_ERROR`, and `DEVICE_ALREADY_EXISTS`, among others. The provided enum indicates the different type of error that can occurs.\n"]]