[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eRequestError\u003c/code\u003e class, which is a collection of server errors within the \u003ccode\u003eGoogle.Apis.Requests\u003c/code\u003e namespace and part of the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestError\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and includes properties like \u003ccode\u003eCode\u003c/code\u003e (an integer), \u003ccode\u003eErrorResponseContent\u003c/code\u003e (a string), \u003ccode\u003eErrors\u003c/code\u003e (a list of \u003ccode\u003eSingleError\u003c/code\u003e), and \u003ccode\u003eMessage\u003c/code\u003e (a string) to provide comprehensive error information.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers a \u003ccode\u003eToString()\u003c/code\u003e method, overriding the base \u003ccode\u003eobject.ToString()\u003c/code\u003e, to provide a summarized string representation of the error.\u003c/p\u003e\n"],["\u003cp\u003eThe content contains links to different versions of this documentation including 1.69.0 (latest), 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRequestError\u003c/code\u003e might include custom information beyond its defined properties, allowing for flexibility in server error responses.\u003c/p\u003e\n"]]],[],null,["# Class RequestError (1.69.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.69.0 (latest)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Requests.RequestError)\n- [1.68.0](/dotnet/docs/reference/Google.Apis/1.68.0/Google.Apis.Requests.RequestError)\n- [1.60.0](/dotnet/docs/reference/Google.Apis/1.60.0/Google.Apis.Requests.RequestError)\n- [1.59.0](/dotnet/docs/reference/Google.Apis/1.59.0/Google.Apis.Requests.RequestError)\n- [1.55.0](/dotnet/docs/reference/Google.Apis/1.55.0/Google.Apis.Requests.RequestError)\n- [1.50.0](/dotnet/docs/reference/Google.Apis/1.50.0/Google.Apis.Requests.RequestError) \n\n public class RequestError\n\nCollection of server errors \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RequestError \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)\n\nNamespace\n---------\n\n[Google.Apis.Requests](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Requests)\n\nAssembly\n--------\n\nGoogle.Apis.Core.dll\n\nProperties\n----------\n\n### Code\n\n public int Code { get; set; }\n\nThe error code returned\n\n### ErrorResponseContent\n\n public string ErrorResponseContent { get; set; }\n\nThe full content of the error response that\nthis instance was created from.\n\n**Remarks** \nThe response may contain custom information that is not represented\nby any of the properties in [RequestError](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Requests.RequestError).\n\n### Errors\n\n public IList\u003cSingleError\u003e Errors { get; set; }\n\nContains a list of all errors\n\n### Message\n\n public string Message { get; set; }\n\nThe error message returned\n\nMethods\n-------\n\n### ToString()\n\n public override string ToString()\n\nReturns a string summary of this error\n\n**Overrides** \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nExtension Method\n----------------\n\n[Utilities.ThrowIfNull\\\u003cT\\\u003e(T, string)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Utilities#Google_Apis_Util_Utilities_ThrowIfNull__1___0_System_String_)"]]