public sealed class CloudShellErrorDetails : IMessage<CloudShellErrorDetails>, IEquatable<CloudShellErrorDetails>, IDeepCloneable<CloudShellErrorDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Shell v1 API class CloudShellErrorDetails.
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 document provides reference documentation for the `CloudShellErrorDetails` class within the Google Cloud Shell v1 API, specifically version 2.4.0, and shows other versions available to view."],["`CloudShellErrorDetails` is a class designed to carry specific information about Cloud Shell errors, as part of failure responses, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is part of the `Google.Cloud.Shell.V1` namespace and is found in the `Google.Cloud.Shell.V1.dll` assembly."],["The class includes constructors for creating new instances of `CloudShellErrorDetails` and has a property named `Code`, to define the specific error that occurred, in the `CloudShellErrorCode` enum type."]]],[]]