Class SingleError
A single server error
Inheritance
System.Object
    SingleError
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  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 | 
|---|---|
| System.String | 
Location
Location where the error was thrown
Declaration
public string Location { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LocationType
Type of the location
Declaration
public string LocationType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Message
The error message
Declaration
public string Message { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Reason
The reason the error was thrown
Declaration
public string Reason { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
ToString()
Returns a string summary of this error
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | A string summary of this error  | 
      
Overrides
System.Object.ToString()