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)

プリント サーバーでエラーが発生しました。