public sealed class MigrationJobVerificationError : IMessage<MigrationJobVerificationError>, IEquatable<MigrationJobVerificationError>, IDeepCloneable<MigrationJobVerificationError>, IBufferMessage, IMessage
[[["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-04-17 UTC."],[[["This webpage details the `MigrationJobVerificationError` class within the `Google.Cloud.CloudDms.V1` namespace, which is used to represent errors encountered during migration job verification."],["The class, found in the `Google.Cloud.CloudDms.V1.dll` assembly, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `ErrorCode`, `ErrorDetailMessage`, and `ErrorMessage` to provide information about the error, detailing the type of error, a specific detailed message from the engine, and a formatted error message."],["The page also lists various available versions of this error class, ranging from version 1.0.0 up to the most recent 2.5.0."],["`MigrationJobVerificationError` has two constructors, a parameterless constructor, and one that receives another `MigrationJobVerificationError` object."]]],[]]