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-07-02 UTC."],[[["This document describes 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 operations."],["There are two constructors available for the `MigrationJobVerificationError` class: a default constructor and one that takes another `MigrationJobVerificationError` object as a parameter for creating copies."],["The class includes three key properties: `ErrorCode` of type `MigrationJobVerificationError.Types.ErrorCode` to define what type of error has occurred, `ErrorDetailMessage` for a more specific message, and `ErrorMessage` for a formatted message with further details and guidance."],["This class is part of the `Google.Cloud.CloudDms.V1` namespace, and can be found within the `Google.Cloud.CloudDms.V1.dll` assembly, with multiple versions of the document available from 1.0.0 to 2.5.0."]]],[]]