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."],[[["The `CloudShellErrorDetails` class provides specific information about Cloud Shell failures in response messages."],["This class is part of the `Google.Cloud.Shell.V1` namespace and is implemented in the `Google.Cloud.Shell.V1.dll` assembly."],["It inherits from `Object` and implements `IMessage\u003cCloudShellErrorDetails\u003e`, `IEquatable\u003cCloudShellErrorDetails\u003e`, `IDeepCloneable\u003cCloudShellErrorDetails\u003e`, `IBufferMessage`, and `IMessage`."],["The `CloudShellErrorDetails` class has a `Code` property of type `CloudShellErrorDetails.Types.CloudShellErrorCode` that indicates the specific error."],["The documentation contains information from version 1.0.0 up to 2.5.0, with the latest version being 2.5.0."]]],[]]