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)

오류가 발생했습니다.