[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSyncError\u003c/code\u003e class in the GKE Hub v1 API represents an error that occurs during the syncing of configurations within the Google Kubernetes Engine (GKE) environment.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its functionality in handling messages, comparisons, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSyncError\u003c/code\u003e class has properties such as \u003ccode\u003eCode\u003c/code\u003e, \u003ccode\u003eErrorMessage\u003c/code\u003e, and \u003ccode\u003eErrorResources\u003c/code\u003e to provide specific details about the encountered error, including the error code, description, and associated resources.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provides a history of available versions for the \u003ccode\u003eSyncError\u003c/code\u003e class, ranging from version 1.0.0 to the latest version 2.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, one default and one that accepts another \u003ccode\u003eSyncError\u003c/code\u003e instance to create a new object based on it.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1 API - Class SyncError (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.4.0/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.3.0/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.2.0/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.1.0/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.0.0/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.2.0/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.1.0/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.0.0/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError) \n\n public sealed class SyncError : IMessage\u003cSyncError\u003e, IEquatable\u003cSyncError\u003e, IDeepCloneable\u003cSyncError\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1 API class SyncError.\n\nAn ACM created error representing a problem syncing configurations \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SyncError \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SyncError](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SyncError](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SyncError](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement.SyncError), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\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.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeHub.V1.ConfigManagement](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.ConfigManagement)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1.dll\n\nConstructors\n------------\n\n### SyncError()\n\n public SyncError()\n\n### SyncError(SyncError)\n\n public SyncError(SyncError other)\n\nProperties\n----------\n\n### Code\n\n public string Code { get; set; }\n\nAn ACM defined error code\n\n### ErrorMessage\n\n public string ErrorMessage { get; set; }\n\nA description of the error\n\n### ErrorResources\n\n public RepeatedField\u003cErrorResource\u003e ErrorResources { get; }\n\nA list of config(s) associated with the error, if any"]]