오류 코드 | 메시지 | 설명 |
---|---|---|
400 | 잘못된 <parameter name>: <value> | 지정된 기기 매개변수에 잘못된 값이 제공되었습니다. |
400 | CBSD에 활성 구성을 설정하면 안 됩니다. | 활성 구성이 있는 기기가 CreateDevice() 에 전달되었습니다. |
400 | CBSD 업데이트 날짜: <CBSD> | 기기 구성이 SignDevice() 에 전달되기 전에 서버에서 변경되었습니다. |
400 | 보안 비밀 만료일: <secret> | ValidateInstaller() 에 전달된 보안 비밀이 만료되었습니다. |
400 | JWT 페이로드에 '값'이 없습니다. | 인코딩된 JWT에 '값' 필드가 포함되어 있지 않습니다. |
400 | 서명 확인 오류가 발생했습니다. | CPI 서명을 확인할 수 없습니다. |
401 | 누락된 요청에는 사용자 인증 정보가 필요합니다. OAuth 2 액세스 토큰, 로그인 쿠키 또는 기타 유효한 사용자 인증 정보가 필요합니다. 자세한 내용은 웹 devconsole 프로젝트의 ID 로그인을 참고하세요. | API 호출에 전달된 사용자 인증 정보가 누락되었습니다. |
403 | 이 메서드를 호출할 권한이 없습니다. | 호출자가 메서드를 호출하는 데 필요한 역할이 없습니다. |
403 | 설치 프로그램이 확인되지 않았습니다. | 호출자에는 role_ 역할이 있지만 API를 호출하려면 검증이 필요합니다. |
404 | 요청한 항목을 찾을 수 없습니다. | API 호출에 지정된 리소스가 존재하지 않습니다. |
409 | 이미 존재하는 개체입니다. | API 호출에 지정된 리소스가 이미 있습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-09-26(UTC)
[null,null,["최종 업데이트: 2022-09-26(UTC)"],[[["This table lists common Spectrum Access System (SAS) API error codes, their corresponding messages, and descriptions to aid in troubleshooting."],["Errors with a 400 code generally indicate an issue with the request, such as invalid parameters, outdated devices, or expired secrets."],["A 401 error signifies missing or invalid authentication credentials when making an API call."],["A 403 error arises when the caller lacks necessary permissions or has not been verified as an installer."],["A 404 or 409 error implies issues with the resource being requested, either not found or already existing."]]],["The content details API error codes and their meanings. Code 400 indicates invalid parameters, active configurations passed to `CreateDevice()`, outdated configurations passed to `SignDevice()`, expired secrets passed to `ValidateInstaller()`, missing JWT fields, or signature verification failures. Code 401 signals missing authentication credentials. Code 403 means insufficient permissions or unverified installers. Code 404 signifies a nonexistent resource, and 409 indicates that a resource already exists.\n"]]