오류 처리
다음은 Alert Center API를 사용할 때 발생할 수 있는 오류 코드와 이를 해석하는 방법, 오류가 발생했을 때 취해야 할 조치에 관한 안내입니다. 자세히 알아보기
오류 코드 |
설명 |
작업 |
400: 잘못된 요청 |
이 오류 코드는 입력 요청에 오류가 있는 경우 반환됩니다. |
요청을 확인하고 요청에 필요한 사항을 변경한 후 다시 시도해 주세요. |
401: 잘못된 사용자 인증 정보 |
액세스 토큰이 잘못되었거나 만료되었습니다. |
액세스 토큰을 새로고침하고 다시 시도해 보세요. |
404 |
지정된 리소스를 찾을 수 없습니다. 요청된 알림이 없으면 발생합니다. |
|
409 |
지정된 리소스가 이미 존재합니다. |
리소스를 가져오고 필요한 경우 업데이트를 실행합니다. |
500 |
요청을 처리하는 중에 예기치 않은 오류가 발생했습니다. |
지수 백오프를 사용하여 다시 시도합니다. |
503 |
비율 제한을 초과했습니다. |
지수 백오프를 사용하여 다시 시도합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-18(UTC)
[null,null,["최종 업데이트: 2024-11-18(UTC)"],[[["This page lists error codes you might encounter when using the Alert Center API, along with their descriptions and suggested actions."],["Error codes range from bad requests (400) to server errors (500) and include issues like invalid credentials and rate limiting."],["Each error code has a recommended action, such as checking the request or refreshing the access token, to help you resolve the issue."],["For unexpected errors (500) and rate limiting (503), retrying with exponential backoff is recommended."]]],["The Alert Center API uses several error codes: 400 indicates a bad request requiring corrections, 401 means the access token needs refreshing, 404 signifies a missing resource. 409 denotes a pre-existing resource requiring retrieval and potential update. 500 signifies an unexpected error, and 503 means the rate limit was exceeded; both necessitate retries using exponential backoff. Each error code offers specific actions for resolution.\n"]]