Chúng tôi sẽ ngừng cung cấp ứng dụng Google Business Messages từ ngày 31 tháng 7 năm 2024. Đọc thêm
tại đây.
Error
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Danh sách lỗi do máy chủ gửi.
Enum |
ERROR_UNSPECIFIED |
Chưa chỉ định mã lỗi. |
INVALID_REQUEST |
Yêu cầu thiếu một thông số, chứa một thông số không hợp lệ, bao gồm một thông số nhiều lần hoặc không hợp lệ. |
ACCESS_DENIED |
Người dùng hoặc máy chủ uỷ quyền đã từ chối yêu cầu |
UNAUTHORIZED_CLIENT |
Khách hàng không được phép yêu cầu mã ủy quyền bằng phương thức này. |
UNSUPPORTED_RESPONSE_TYPE |
Máy chủ không hỗ trợ việc lấy mã uỷ quyền bằng phương thức này. |
INVALID_SCOPE |
Phạm vi được yêu cầu không hợp lệ hoặc không xác định. |
SERVER_ERROR |
Thay vì hiển thị trang Lỗi 500 máy chủ nội bộ cho người dùng, máy chủ có thể chuyển hướng bằng mã lỗi này. |
TEMPORARILY_UNAVAILABLE |
Nếu máy chủ đang trong thời gian bảo trì hoặc không có sẵn, thì mã lỗi này có thể được trả về thay vì phản hồi bằng mã trạng thái Dịch vụ 503. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eThis documentation lists potential error codes returned by an OAuth 2.0 authorization server during the authorization process.\u003c/p\u003e\n"],["\u003cp\u003eThese errors help developers understand and handle issues like invalid requests, denied access, unsupported methods, or server problems.\u003c/p\u003e\n"],["\u003cp\u003eEach error code has a specific meaning, such as \u003ccode\u003eINVALID_REQUEST\u003c/code\u003e indicating a problem with the request parameters, or \u003ccode\u003eACCESS_DENIED\u003c/code\u003e signaling that the user or server rejected the request.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should use these error codes to provide informative feedback to users and improve the user experience of their applications.\u003c/p\u003e\n"]]],[],null,["# Error\n\nThe list of [errors](https://www.oauth.com/oauth2-servers/authorization/the-authorization-response/) thrown by the server.\n\n| Enums ||\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ERROR_UNSPECIFIED` | Error code unspecified. |\n| `INVALID_REQUEST` | The request is missing a parameter, contains an invalid parameter, includes a parameter more than once, or is otherwise invalid. |\n| `ACCESS_DENIED` | The user or authorization server denied the request |\n| `UNAUTHORIZED_CLIENT` | The client is not allowed to request an authorization code using this method. |\n| `UNSUPPORTED_RESPONSE_TYPE` | The server does not support obtaining an authorization code using this method. |\n| `INVALID_SCOPE` | The requested scope is invalid or unknown. |\n| `SERVER_ERROR` | Instead of displaying a 500 Internal Server Error page to the user, the server can redirect with this error code. |\n| `TEMPORARILY_UNAVAILABLE` | If the server is undergoing maintenance, or is otherwise unavailable, this error code can be returned instead of responding with a 503 Service Unavailable status code. |"]]