Class SingleError
A single server error
Inherited Members
Namespace: Google.Apis.Requests
Assembly: Google.Apis.Core.dll
Syntax
public class SingleError
Properties
Domain
The domain in which the error occured
Declaration
public string Domain { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Location where the error was thrown
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
LocationType
Type of the location
Declaration
public string LocationType { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
The error message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
The reason the error was thrown
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Returns a string summary of this error
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string summary of this error |