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