Class RequestError (1.60.0)

public class RequestError

Collection of server errors

Inheritance

object > RequestError

Namespace

GoogleApisRequests

Assembly

Google.Apis.Core.dll

Properties

Code

public int Code { get; set; }

The error code returned

Property Value
TypeDescription
int

ErrorResponseContent

public string ErrorResponseContent { get; set; }

The full content of the error response that this instance was created from.

Property Value
TypeDescription
string
Remarks

The response may contain custom information that is not represented by any of the properties in RequestError.

Errors

public IList<SingleError> Errors { get; set; }

Contains a list of all errors

Property Value
TypeDescription
IListSingleError

Message

public string Message { get; set; }

The error message returned

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