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)

プリンタが失敗しました。