오류 처리
다음은 Vault API를 사용할 때 발생할 수 있는 오류 코드, 이를 해석하는 방법, 오류가 발생할 때 취해야 할 조치입니다.
오류와 관련하여 도움이 더 필요한 경우 지원 리소스를 검토하세요.
오류 코드 |
설명 |
작업 |
400: 잘못된 요청 |
이 오류 코드는 입력 요청에 오류가 있는 경우 반환됩니다. |
요청을 확인하고 요청에 필요한 사항을 변경한 후 다시 시도해 주세요. |
401: 잘못된 사용자 인증 정보 |
액세스 토큰이 잘못되었거나 만료되었습니다. |
액세스 토큰을 새로고침하고 다시 시도해 보세요. |
404 |
지정된 리소스를 찾을 수 없습니다. 이 오류 코드는 요청에 존재하지 않는 케이스, 보류 또는 계정이 있는 경우 반환됩니다. |
|
409 |
지정된 리소스가 이미 존재합니다. |
리소스를 다시 가져오고 필요한 경우 업데이트를 실행합니다. |
429 |
요청이 Vault API 할당량을 초과합니다. |
Vault API 사용량 한도를 검토하고 해당 페이지에 설명된 대로 지수 백오프 알고리즘을 사용합니다. |
500 |
요청을 처리하는 중에 예기치 않은 오류가 발생했습니다. |
지수 백오프로 다시 시도합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-21(UTC)
[null,null,["최종 업데이트: 2024-12-21(UTC)"],[[["This page lists common Vault API error codes, their meanings, and suggested solutions."],["Error codes range from bad requests (400) to internal server errors (500), each with specific causes."],["Users should consult the error code descriptions to understand the issue and take the recommended action."],["For quota issues (429), review usage limits and implement exponential backoff strategies."],["If further assistance is needed, consult the provided support resources."]]],["Vault API error codes indicate issues with requests or resources. 400 means a bad input request, requiring a check and correction. 401 signals invalid credentials, needing a token refresh. 404 signifies a missing resource. 409 means a resource already exists, prompting a resource retrieval or update. 429 denotes exceeding API limits, necessitating review of the limits and an exponential backoff approach. 500 represents an unexpected internal error that should also be retried with exponential backoff.\n"]]