오류 처리
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
다음은 Vault API를 사용할 때 표시될 수 있는 오류 코드와 이를 해석하는 방법, 오류 코드가 표시될 때 취해야 할 조치입니다.
오류와 관련하여 도움이 더 필요하면 지원 리소스를 검토하세요.
오류 코드 |
설명 |
작업 |
400: 잘못된 요청 |
이 오류 코드는 입력 요청에 오류가 있는 경우 반환됩니다. |
요청을 확인하고 요청에 필요한 변경사항을 적용한 후 다시 시도하세요. |
401: 잘못된 사용자 인증 정보 |
액세스 토큰이 잘못되었거나 만료되었습니다. |
액세스 토큰을 새로고침하고 다시 시도하세요. |
404 |
지정된 리소스를 찾을 수 없습니다. 이 오류 코드는 요청에 문제, 보류 또는 존재하지 않는 계정이 있는 경우 반환됩니다. |
|
409 |
지정된 리소스가 이미 존재합니다. |
리소스를 다시 가져오고 필요한 경우 업데이트를 실행합니다. |
429 |
요청이 Vault API 할당량을 초과합니다. |
보관 API 사용량 한도를 검토하고 해당 페이지에 설명된 대로 지수 백오프 알고리즘을 사용합니다. |
500 |
요청을 처리하는 중에 예기치 않은 오류가 발생했습니다. |
지수 백오프로 다시 시도합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-29(UTC)
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[],[],null,["# Error Handling\n\nThese are the error codes you might get when using the Vault API, how to\ninterpret them, and what to do when you get them.\nIf you need more help with an error, review the [support resources](/workspace/vault/support).\n\n| **Error code** | **Description** | **Action** |\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| 400: Bad Request | This error code is returned when there is an error in the input request. | Check the request, make required changes to the request, and try again. |\n| 401: Invalid Credentials | The access token is invalid or expired. | Refresh the access token and try again. |\n| 404 | The specified resource was not found. This error code is returned when the request has a matter, hold, or account that doesn't exist. | |\n| 409 | The specified resource already exists. | Try to get the resource again, and, if needed, perform an update. |\n| 429 | The request exceeds a Vault API quota. | Review the [Vault API usage limits](/workspace/vault/limits) and use an exponential backoff algorithm as described on that page. |\n| 500 | An unexpected error happened while processing the request. | Retry with exponential backoff. |"]]