[[["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 latest version of the \u003ccode\u003eEntityIssue\u003c/code\u003e class within the Database Migration v1 API is 2.5.0, with documentation also available for versions 2.4.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntityIssue\u003c/code\u003e class is used to represent an issue related to an entity and is implemented with interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEntityIssue\u003c/code\u003e contains several properties, including \u003ccode\u003eCode\u003c/code\u003e, \u003ccode\u003eDdl\u003c/code\u003e, \u003ccode\u003eEntityType\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eMessage\u003c/code\u003e, \u003ccode\u003ePosition\u003c/code\u003e, \u003ccode\u003eSeverity\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e, which provide details about the issue.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHasDdl\u003c/code\u003e property is a boolean that can determine whether the \u003ccode\u003eddl\u003c/code\u003e field is set in an \u003ccode\u003eEntityIssue\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntityIssue\u003c/code\u003e class has two constructors to create either a default object or one based on an already existing object of the same class.\u003c/p\u003e\n"]]],[],null,["# Database Migration v1 API - Class EntityIssue (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.EntityIssue)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.4.0/Google.Cloud.CloudDms.V1.EntityIssue)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.3.0/Google.Cloud.CloudDms.V1.EntityIssue)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.2.0/Google.Cloud.CloudDms.V1.EntityIssue)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.1.0/Google.Cloud.CloudDms.V1.EntityIssue)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.0.0/Google.Cloud.CloudDms.V1.EntityIssue)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.2.0/Google.Cloud.CloudDms.V1.EntityIssue)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.1.0/Google.Cloud.CloudDms.V1.EntityIssue)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.0.0/Google.Cloud.CloudDms.V1.EntityIssue) \n\n public sealed class EntityIssue : IMessage\u003cEntityIssue\u003e, IEquatable\u003cEntityIssue\u003e, IDeepCloneable\u003cEntityIssue\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Database Migration v1 API class EntityIssue.\n\nIssue related to the entity. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EntityIssue \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EntityIssue](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.EntityIssue), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EntityIssue](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.EntityIssue), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EntityIssue](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.EntityIssue), [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.CloudDms.V1](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudDms.V1.dll\n\nConstructors\n------------\n\n### EntityIssue()\n\n public EntityIssue()\n\n### EntityIssue(EntityIssue)\n\n public EntityIssue(EntityIssue other)\n\nProperties\n----------\n\n### Code\n\n public string Code { get; set; }\n\nError/Warning code\n\n### Ddl\n\n public string Ddl { get; set; }\n\nThe ddl which caused the issue, if relevant.\n\n### EntityType\n\n public DatabaseEntityType EntityType { get; set; }\n\nThe entity type (if the DDL is for a sub entity).\n\n### HasDdl\n\n public bool HasDdl { get; }\n\nGets whether the \"ddl\" field is set\n\n### Id\n\n public string Id { get; set; }\n\nUnique Issue ID.\n\n### Message\n\n public string Message { get; set; }\n\nIssue detailed message\n\n### Position\n\n public EntityIssue.Types.Position Position { get; set; }\n\nThe position of the issue found, if relevant.\n\n### Severity\n\n public EntityIssue.Types.IssueSeverity Severity { get; set; }\n\nSeverity of the issue\n\n### Type\n\n public EntityIssue.Types.IssueType Type { get; set; }\n\nThe type of the issue."]]