public sealed class ProvisioningIssue : IMessage<Certificate.Types.ManagedCertificate.Types.ProvisioningIssue>, IEquatable<Certificate.Types.ManagedCertificate.Types.ProvisioningIssue>, IDeepCloneable<Certificate.Types.ManagedCertificate.Types.ProvisioningIssue>, IBufferMessage, IMessage
Information about issues with provisioning a Managed Certificate.
Human readable explanation about the issue. Provided to help address
the configuration issues.
Not guaranteed to be stable. For programmatic access use Reason enum.
[[["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 document outlines the `ProvisioningIssue` class within the `Google.Cloud.CertificateManager.V1` namespace, detailing issues encountered during the provisioning of a Managed Certificate."],["The `ProvisioningIssue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive object management and compatibility."],["The class features two constructors: a default constructor and one that accepts another `ProvisioningIssue` object for initialization."],["Key properties of the `ProvisioningIssue` class are `Details`, which provides a human-readable description of the issue, and `Reason`, which offers an enum-based reason for provisioning failures, offering insights for debugging."],["The document provides access to multiple versions, from 2.0.0 to 2.8.0, including the 1.0.0-beta02, the main version in the page, showing the history of this class."]]],[]]