PrintServerFailureInfo
JSON 표현 |
{
"errorCode": enum (Code ),
"errorMessage": string,
// Union field failed_entity can be only one of the following:
"printServerId": string,
"printServer": {
object (PrintServer )
}
// End of list of possible types for union field failed_entity .
} |
필드 |
errorCode |
enum (Code )
업데이트를 적용할 수 없는 이유에 대한 표준 코드입니다.
|
errorMessage |
string
실패 이유 메시지
|
통합 필드 failed_entity . failed_entity 는 다음 중 하나여야 합니다.
|
printServerId |
string
오류가 발생한 인쇄 서버의 ID입니다.
|
printServer |
object (PrintServer )
인쇄 서버에 오류가 발생했습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-29(UTC)
[null,null,["최종 업데이트: 2024-08-29(UTC)"],[[["When updates fail to apply, an error code and message provide details about the failure."],["The error information can identify a specific print server by ID or provide details about the server itself."],["The `errorCode` is a standard code from the [Code](/admin-sdk/chrome-printer/reference/rest/v1/Code) enumeration that categorizes the failure reason."]]],[]]