Table of Contents

Class FailureInfo

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Info about failures

public class FailureInfo : IDirectResponseSchema
Inheritance
FailureInfo
Implements
IDirectResponseSchema
Inherited Members

Constructors

FailureInfo()

public FailureInfo()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

ErrorCode

Canonical code for why the update failed to apply.

public virtual string ErrorCode { get; set; }

Property Value

string

ErrorMessage

Failure reason message.

public virtual string ErrorMessage { get; set; }

Property Value

string

Printer

Failed printer.

public virtual Printer Printer { get; set; }

Property Value

Printer

PrinterId

Id of a failed printer.

public virtual string PrinterId { get; set; }

Property Value

string