[[["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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSingleError\u003c/code\u003e class represents a single server error within the \u003ccode\u003eGoogle.Apis.Requests\u003c/code\u003e namespace, part of the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class, including methods like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eGetType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eDomain\u003c/code\u003e, \u003ccode\u003eLocation\u003c/code\u003e, \u003ccode\u003eLocationType\u003c/code\u003e, \u003ccode\u003eMessage\u003c/code\u003e, and \u003ccode\u003eReason\u003c/code\u003e, all of which are of type \u003ccode\u003estring\u003c/code\u003e and provide details about the error.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eToString()\u003c/code\u003e method, which overrides the base \u003ccode\u003eobject.ToString()\u003c/code\u003e, returns a string summarizing the error.\u003c/p\u003e\n"],["\u003cp\u003eThere is an extension method \u003ccode\u003eUtilities.ThrowIfNull<T>(T, string)\u003c/code\u003e that is available.\u003c/p\u003e\n"]]],[],null,["# Class SingleError (1.69.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.69.0 (latest)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Requests.SingleError)\n- [1.68.0](/dotnet/docs/reference/Google.Apis/1.68.0/Google.Apis.Requests.SingleError)\n- [1.60.0](/dotnet/docs/reference/Google.Apis/1.60.0/Google.Apis.Requests.SingleError)\n- [1.59.0](/dotnet/docs/reference/Google.Apis/1.59.0/Google.Apis.Requests.SingleError)\n- [1.55.0](/dotnet/docs/reference/Google.Apis/1.55.0/Google.Apis.Requests.SingleError)\n- [1.50.0](/dotnet/docs/reference/Google.Apis/1.50.0/Google.Apis.Requests.SingleError) \n\n public class SingleError\n\nA single server error \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SingleError \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### Domain\n\n public string Domain { get; set; }\n\nThe domain in which the error occured\n\n### Location\n\n public string Location { get; set; }\n\nLocation where the error was thrown\n\n### LocationType\n\n public string LocationType { get; set; }\n\nType of the location\n\n### Message\n\n public string Message { get; set; }\n\nThe error message\n\n### Reason\n\n public string Reason { get; set; }\n\nThe reason the error was thrown\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_)"]]