public sealed class BatchEnableServicesResponse.Types.EnableFailure : IMessage<BatchEnableServicesResponse.Types.EnableFailure>, IEquatable<BatchEnableServicesResponse.Types.EnableFailure>, IDeepCloneable<BatchEnableServicesResponse.Types.EnableFailure>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class BatchEnableServicesResponse.Types.EnableFailure.
[[["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 documentation covers the `BatchEnableServicesResponse.Types.EnableFailure` class, which is part of the Service Usage v1 API and is used to report errors when enabling services."],["The `EnableFailure` class provides details about why a service could not be enabled, including an `ErrorMessage` and the `ServiceId` that failed."],["The class has an inheritance hierarchy starting from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to facilitate diverse functions such as message handling, equality checks, and deep cloning."],["The documentation includes various versions of the API, with version 2.5.0 being the most current version available for reference."],["The `EnableFailure` class has two constructors, `EnableFailure()` and `EnableFailure(EnableFailure)`, the second allowing the user to create a new `EnableFailure` from another `EnableFailure` object."]]],[]]