public sealed class EnableFailure : IMessage<BatchEnableServicesResponse.Types.EnableFailure>, IEquatable<BatchEnableServicesResponse.Types.EnableFailure>, IDeepCloneable<BatchEnableServicesResponse.Types.EnableFailure>, 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-03-21 UTC."],[[["This webpage provides documentation for the `EnableFailure` class within the `Google.Cloud.ServiceUsage.V1` namespace, which is used to report error messages for services that failed to enable."],["The `EnableFailure` class is part of the `BatchEnableServicesResponse.Types` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties, `ErrorMessage` which is a string detailing the cause of the service enabling failure and `ServiceId` which identifies the service that failed to be enabled."],["There are two constructors available for `EnableFailure`: a default constructor and another that accepts another instance of `BatchEnableServicesResponse.Types.EnableFailure` to copy."],["The webpage lists version history for the `EnableFailure` class, spanning from version 1.0.0 up to 2.5.0, with 2.5.0 being the latest."]]],[]]