Show / Hide Table of Contents

Class PrintServerFailureInfo

Info about failures

Inheritance
object
PrintServerFailureInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class PrintServerFailureInfo : IDirectResponseSchema

Properties

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

PrintServer

Failed print server.

Declaration
[JsonProperty("printServer")]
public virtual PrintServer PrintServer { get; set; }
Property Value
Type Description
PrintServer

PrintServerId

ID of a failed print server.

Declaration
[JsonProperty("printServerId")]
public virtual string PrintServerId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX