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 API hub v1 API provides details about the error condition of a dependency."],["It is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Error` (the dependency error) and `ErrorTime` (when the error occurred)."],["Two constructors are available: a default constructor and a constructor that takes another `DependencyErrorDetail` instance as a parameter."],["It inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]