Google Business Messages는 2024년 7월 31일에 지원 중단됩니다.
자세히 알아보기
Error
열거형 |
ERROR_UNSPECIFIED |
오류 코드가 지정되지 않았습니다. |
INVALID_REQUEST |
요청에 매개변수가 누락되었거나 잘못된 매개변수가 포함되었거나 매개변수가 두 번 이상 포함되어 있거나 잘못된 경우입니다. |
ACCESS_DENIED |
사용자 또는 승인 서버가 요청을 거부함 |
UNAUTHORIZED_CLIENT |
클라이언트는 이 방법을 사용하여 승인 코드를 요청할 수 없습니다. |
UNSUPPORTED_RESPONSE_TYPE |
서버에서 이 방법을 사용하여 승인 코드를 받는 것을 지원하지 않습니다. |
INVALID_SCOPE |
요청된 범위가 잘못되었거나 알 수 없습니다. |
SERVER_ERROR |
500 내부 서버 오류 페이지를 사용자에게 표시하는 대신 서버는 이 오류 코드를 사용하여 리디렉션할 수 있습니다. |
TEMPORARILY_UNAVAILABLE |
서버 유지보수 중 또는 사용할 수 없는 경우 503 Service Unavailable 상태 코드로 응답하는 대신 이 오류 코드가 반환될 수 있습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-03-25(UTC)
[null,null,["최종 업데이트: 2023-03-25(UTC)"],[[["This documentation lists potential error codes returned by an OAuth 2.0 authorization server during the authorization process."],["These errors help developers understand and handle issues like invalid requests, denied access, unsupported methods, or server problems."],["Each error code has a specific meaning, such as `INVALID_REQUEST` indicating a problem with the request parameters, or `ACCESS_DENIED` signaling that the user or server rejected the request."],["Developers should use these error codes to provide informative feedback to users and improve the user experience of their applications."]]],[]]