public sealed class DependencyErrorDetail : IMessage<DependencyErrorDetail>, IEquatable<DependencyErrorDetail>, IDeepCloneable<DependencyErrorDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DependencyErrorDetail.
Details describing error condition of a dependency.
[[["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."],[[["The `DependencyErrorDetail` class in the Google Cloud API Hub v1 API provides details about dependency errors, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods like `GetHashCode`, `GetType`, and `ToString`, along with constructors for creating new instances of `DependencyErrorDetail`."],["It contains properties such as `Error`, to specify an error in the dependency, and `ErrorTime`, to record when the error occurred, using types `DependencyErrorDetail.Types.Error` and `Timestamp` respectively."],["This class is part of the `Google.Cloud.ApiHub.V1` namespace and is found within the `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]