Class FailureInfo
Info about failures
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class FailureInfo : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ErrorCode
Canonical code for why the update failed to apply.
Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ErrorMessage
Failure reason message.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Printer
Failed printer.
Declaration
[JsonProperty("printer")]
public virtual Printer Printer { get; set; }Property Value
| Type | Description | 
|---|---|
| Printer | 
PrinterId
Id of a failed printer.
Declaration
[JsonProperty("printerId")]
public virtual string PrinterId { get; set; }Property Value
| Type | Description | 
|---|---|
| string |