Routes Preferred API는 현재 일부 고객만 이용할 수 있습니다. 자세한 내용은
영업팀에 문의하세요.
FallbackInfo
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
대체 결과가 사용된 방법 및 이유와 관련된 정보입니다. 이 필드가 설정된 경우 서버가 선호하는 모드와 다른 라우팅 모드를 대체로 사용했다는 의미입니다.
필드 |
routingMode |
enum (FallbackRoutingMode )
응답에 사용되는 라우팅 모드입니다. 대체가 트리거된 경우 모드는 원래 클라이언트 요청에 설정된 라우팅 환경설정과 다를 수 있습니다.
|
reason |
enum (FallbackReason )
원래 응답 대신 대체 응답이 사용된 이유입니다. 이 필드는 대체 모드가 트리거되고 대체 응답이 반환되는 경우에만 채워집니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-10(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-10(UTC)"],[[["The `fallbackInfo` field provides insights into why and how a fallback result was utilized during routing."],["If present, it indicates the server deviated from the user's preferred routing mode."],["It includes `routingMode` and `reason` fields, specifying the alternative mode used and the cause for fallback."],["The `routingMode` field reveals the actual routing mode employed, which might differ from the user's initial preference."],["The `reason` field clarifies why the fallback response was necessary."]]],["The core content details a fallback mechanism used when the server cannot fulfill the preferred routing mode. It provides information in JSON format, including the `routingMode` used for the response and the `reason` for the fallback. The `routingMode` may differ from the client's preference, and the `reason` field explains why an alternate mode was employed. This information is only included when fallback occurs, indicating a deviation from the initial request.\n"]]