[[["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\u003eImportError\u003c/code\u003e class, part of the Google Cloud Migration Center v1 API, is used to report errors encountered during an import job.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImportError\u003c/code\u003e 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, allowing for various operations and compatibility within the .NET framework.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eErrorDetails\u003c/code\u003e (a string describing the error) and \u003ccode\u003eSeverity\u003c/code\u003e (indicating the error's seriousness), allowing for detailed error reporting and handling.\u003c/p\u003e\n"],["\u003cp\u003eThere are 5 versions of the \u003ccode\u003eImportError\u003c/code\u003e class available in the API, with \u003ccode\u003e1.4.0\u003c/code\u003e being the most recent version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImportError\u003c/code\u003e includes two constructors : a parameterless one and a copy constructor that takes an \u003ccode\u003eImportError\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class ImportError (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.ImportError)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.ImportError)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.ImportError)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.ImportError)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.ImportError) \n\n public sealed class ImportError : IMessage\u003cImportError\u003e, IEquatable\u003cImportError\u003e, IDeepCloneable\u003cImportError\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class ImportError.\n\nA resource that reports the errors encountered while processing an\nimport job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ImportError \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ImportError](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.ImportError), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ImportError](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.ImportError), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ImportError](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.ImportError), [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.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### ImportError()\n\n public ImportError()\n\n### ImportError(ImportError)\n\n public ImportError(ImportError other)\n\nProperties\n----------\n\n### ErrorDetails\n\n public string ErrorDetails { get; set; }\n\nThe error information.\n\n### Severity\n\n public ImportError.Types.Severity Severity { get; set; }\n\nThe severity of the error."]]