FailureInfo

실패 정보

JSON 표현
{
  "errorCode": enum (Code),
  "errorMessage": string,

  // Union field failed_entity can be only one of the following:
  "printerId": string,
  "printer": {
    object (Printer)
  }
  // End of list of possible types for union field failed_entity.
}
필드
errorCode

enum (Code)

업데이트를 적용할 수 없는 이유에 대한 표준 코드입니다.

errorMessage

string

실패 이유 메시지

통합 필드 failed_entity.

failed_entity는 다음 중 하나여야 합니다.

printerId

string

실패한 프린터의 ID입니다.

printer

object (Printer)

프린터에 문제가 발생했습니다.