Class SingleError (1.60.0)

public class SingleError

A single server error

Inheritance

object > SingleError

Namespace

GoogleApisRequests

Assembly

Google.Apis.Core.dll

Properties

Domain

public string Domain { get; set; }

The domain in which the error occured

Property Value
TypeDescription
string

Location

public string Location { get; set; }

Location where the error was thrown

Property Value
TypeDescription
string

LocationType

public string LocationType { get; set; }

Type of the location

Property Value
TypeDescription
string

Message

public string Message { get; set; }

The error message

Property Value
TypeDescription
string

Reason

public string Reason { get; set; }

The reason the error was thrown

Property Value
TypeDescription
string

Methods

ToString()

public override string ToString()

Returns a string summary of this error

Returns
TypeDescription
string

A string summary of this error

Overrides

Extension Method