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)

プリンタのエラーです。