[[["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\u003eThe \u003ccode\u003eStandardErrorTypeRegistry\u003c/code\u003e class provides a registry for standard error types defined in Google's richer error model.\u003c/p\u003e\n"],["\u003cp\u003eIt is used to define error details that can be added to the \u003ccode\u003eDetails\u003c/code\u003e section of \u003ccode\u003eGoogle.Rpc.Status\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes inherited members for equality, hash code, type, cloning, reference equality, and string conversion.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegistry\u003c/code\u003e property, accessible via \u003ccode\u003eStandardErrorTypeRegistry.Registry\u003c/code\u003e, allows access to the registry of error types.\u003c/p\u003e\n"],["\u003cp\u003eThis API is experimental, and changes or removal may occur without prior notice, as stated in the \u003ccode\u003eRegistry\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# Class StandardErrorTypeRegistry (2.17.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.0 (latest)](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.StandardErrorTypeRegistry)\n- [2.15.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.15.0/Google.Rpc.StandardErrorTypeRegistry)\n- [2.10.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.10.0/Google.Rpc.StandardErrorTypeRegistry)\n- [2.2.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.2.0/Google.Rpc.StandardErrorTypeRegistry) \n\n public static class StandardErrorTypeRegistry\n\nRegistry of the [standard set of error types](https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto) defined in the richer error model developed and used by Google.\nThese can be sepcified in the [Details](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.Status#Google_Rpc_Status_Details). \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StandardErrorTypeRegistry \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[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Rpc](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc)\n\nAssembly\n--------\n\nGoogle.Api.CommonProtos.dll\n\nProperties\n----------\n\n### Registry\n\n public static TypeRegistry Registry { get; }\n\nGet the registry\nNote: experimental API that can change or be removed without any prior notice."]]