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-04-17 UTC."],[[["This documentation details the `DependencyErrorDetail` class within the Google Cloud API Hub V1, version 1.0.0-beta02."],["The `DependencyErrorDetail` class provides specifics on error conditions related to dependencies, and it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default `DependencyErrorDetail()` and a copy constructor `DependencyErrorDetail(DependencyErrorDetail other)`, as well as two properties: `Error` which provides the error details, and `ErrorTime` which provides the timestamp when the error was found."],["The latest release is version 1.0.0, which is detailed in separate documentation."]]],[]]