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 document outlines the `MigrationJobVerificationError` class, which is used to represent error messages that occur during the verification of a migration job."],["The `MigrationJobVerificationError` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checking, deep cloning, and buffer message management."],["The class provides two constructors, one default and another allowing the initialization of a `MigrationJobVerificationError` object with another `MigrationJobVerificationError` as parameter."],["The `MigrationJobVerificationError` class has three key properties: `ErrorCode`, `ErrorDetailMessage`, and `ErrorMessage`, which describe the specific error, the detailed error message from the engine, and a formatted error message with further information respectively."],["The document also lists various versions of the `MigrationJobVerificationError` class, with version 2.5.0 being the latest."]]],[]]