Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
ErrorCode
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
ErrorDetail
의 오류 코드:
- 1~199: 모든 필드에 적용되는 일반적인 오류 코드입니다.
- 1000~1099: 사진 관련 오류 코드
- 1100~1199: 주소 및 위도/경도 관련 오류 코드
- 1200~1299: 카테고리 관련 오류 코드
- 1300~1399: 작업 관련 오류 코드
열거형 |
ERROR_CODE_UNSPECIFIED |
포괄 오류 코드입니다. |
MISSING_VALUE |
필수 값이 입력되지 않았습니다. |
INVALID_VALUE |
입력한 값이 잘못되었습니다. |
INVALID_CHARACTERS |
잘못된 문자가 있습니다. |
TOO_MANY_ITEMS |
반복되는 입력란에 최대 개수 이상의 항목이 제공되었습니다. |
READ_ONLY |
읽기 전용 입력란은 수정할 수 없습니다. |
OVERLAPPING_RANGES |
반복되는 입력란의 항목은 서로 겹치는 범위입니다. |
INVERTED_RANGE |
제공된 범위가 반전됩니다. 여기에는 빈 범위의 경우도 포함됩니다. |
VALUE_OUTSIDE_ALLOWED_RANGE |
입력한 값이 허용되는 범위를 벗어납니다. |
MISSING_DEPENDENT_FIELD |
필수 종속 필드가 없습니다. |
FIELD_HAS_DEPENDENCIES |
종속 필드에 필수 필드이며 삭제할 수 없습니다. |
UNSUPPORTED_VALUE |
제공된 값이 유효할 수 있지만 다른 제약 조건으로 인해 지원되지 않습니다. |
EXPIRED_VALUE |
제공된 값이 만료되어 더 이상 유효하지 않습니다. |
PHOTO_FETCH_FAILED |
지정한 URL에서 사진을 가져오지 못했습니다. |
PHOTO_UPLOAD_FAILED |
지정한 URL에서 사진을 업로드하지 못했습니다. |
GEOCODE_ERROR |
위도/경도를 자동으로 결정하는 중에 오류가 발생했습니다. |
LAT_LNG_OUTSIDE_COUNTRY |
제공된 위도/경도가 제공된 국가에 있지 않습니다. |
LAT_LNG_REQUIRED |
위도와 경도를 입력해야 합니다. |
LAT_LNG_TOO_FAR_FROM_ADDRESS |
위도/경도 및 주소 쌍이 너무 멀리 있습니다. |
CATEGORY_NOT_VERIFIED |
입력한 카테고리가 확인되지 않았습니다. |
OPERATION_EXECUTION_ERROR |
일반 작업 실행 오류입니다. |
OPERATION_UNSUPPORTED_UNDER_ACCOUNT_CONDITION |
계정 상태로 인해 작업이 지원되지 않습니다. |
LOCATION_DISABLED_FOR_LOCAL_POST_API |
Local Post API에서 위치가 사용 중지되었습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003e\u003ccode\u003eErrorDetail\u003c/code\u003e codes are categorized: 1-199 (general), 1000-1099 (photos), 1100-1199 (address/location), 1200-1299 (category), and 1300-1399 (operation).\u003c/p\u003e\n"],["\u003cp\u003eCommon error codes include unspecified errors, missing or invalid values, invalid characters, and exceeding item limits.\u003c/p\u003e\n"],["\u003cp\u003eLocation-specific errors address issues with geocoding, latitude/longitude accuracy, and location restrictions.\u003c/p\u003e\n"],["\u003cp\u003ePhoto errors indicate failures in fetching or uploading images from provided URLs.\u003c/p\u003e\n"],["\u003cp\u003eOperational and categorical errors cover unsupported values, verification issues, and account-related limitations.\u003c/p\u003e\n"]]],[],null,["# ErrorCode\n\nError codes for `ErrorDetail`:\n\n- 1 to 199: common error codes that apply to all fields.\n- 1000 to 1099: photos-related error codes.\n- 1100 to 1199: address- and latitude/longitude-related error codes.\n- 1200 to 1299: category-related error codes.\n- 1300 to 1399: operation related error codes.\n\n\u003cbr /\u003e\n\n| Enums ||\n|-------------------------------------------------|---------------------------------------------------------------------------------------|\n| `ERROR_CODE_UNSPECIFIED` | Catch-all error code. |\n| `MISSING_VALUE` | A required value was not provided. |\n| `INVALID_VALUE` | An invalid value was provided. |\n| `INVALID_CHARACTERS` | Invalid characters were found. |\n| `TOO_MANY_ITEMS` | More than the maximum number of items was provided in a repeated field. |\n| `READ_ONLY` | Read-only field cannot be modified. |\n| `OVERLAPPING_RANGES` | Items in a repeated field are ranges that overlap with one another. |\n| `INVERTED_RANGE` | The range provided is inverted. This also includes the case of an empty range. |\n| `VALUE_OUTSIDE_ALLOWED_RANGE` | The value provided is outside of its allowed range. |\n| `MISSING_DEPENDENT_FIELD` | Required dependent field not present. |\n| `FIELD_HAS_DEPENDENCIES` | Field required by dependent field and cannot be removed. |\n| `UNSUPPORTED_VALUE` | The provided value, although possibly valid, is unsupported due to other constraints. |\n| `EXPIRED_VALUE` | The provided value has expired and is no longer valid. |\n| `PHOTO_FETCH_FAILED` | Fetch photo from the specified URL failed. |\n| `PHOTO_UPLOAD_FAILED` | Upload photo from the specified URL failed. |\n| `GEOCODE_ERROR` | There was an error automatically determining latitude/longitude. |\n| `LAT_LNG_OUTSIDE_COUNTRY` | The latitude/longitude provided does not lie in the country provided. |\n| `LAT_LNG_REQUIRED` | Latitude and Longitude must be provided. |\n| `LAT_LNG_TOO_FAR_FROM_ADDRESS` | The latitude/longitude and address pair are too far apart. |\n| `CATEGORY_NOT_VERIFIED` | Category provided is not verified. |\n| `OPERATION_EXECUTION_ERROR` | Generic operation execution error. |\n| `OPERATION_UNSUPPORTED_UNDER_ACCOUNT_CONDITION` | Operation is not supported due to account condition. |\n| `LOCATION_DISABLED_FOR_LOCAL_POST_API` | Location Disabled for Local Post API. |"]]