Show / Hide Table of Contents

Class SingleError

A single server error

Inheritance
object
SingleError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, 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
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

Overrides
object.ToString()

Extension Methods

Utilities.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX