Class RequestError (1.73.0)

public class RequestError

Collection of server errors

Inheritance

object > RequestError

Inherited Members

Namespace

Google.Apis.Requests

Assembly

Google.Apis.Core.dll

Properties

Code

public int Code { get; set; }

The error code returned

Property Value
Type Description
int

ErrorResponseContent

public string ErrorResponseContent { get; set; }

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

Property Value
Type Description
string
Remarks

Errors

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

Contains a list of all errors

Property Value
Type Description
IListSingleError

Message

public string Message { get; set; }

The error message returned

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

Overrides

Extension Method

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-10 UTC.