public sealed class CloudShellErrorDetails : IMessage<CloudShellErrorDetails>, IEquatable<CloudShellErrorDetails>, IDeepCloneable<CloudShellErrorDetails>, IBufferMessage, IMessage
Cloud-shell specific information that will be included as details in failure
responses.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `CloudShellErrorDetails` class, which is used to provide specific information about cloud shell errors in failure responses."],["The `CloudShellErrorDetails` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility and utility."],["The class inherits from `Object` and provides methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class features a property named `Code`, which is of type `CloudShellErrorDetails.Types.CloudShellErrorCode` and indicates the particular error that took place."],["There are multiple versions of this class that can be found on the website, with version 2.5.0 being the latest, while this specific content is for version 1.1.0."]]],[]]