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."],[[["The `CloudShellErrorDetails` class in the Google Cloud Shell v1 API provides detailed information about Cloud Shell-specific errors in failure responses."],["This class, found in the `Google.Cloud.Shell.V1` namespace, is implemented in the `Google.Cloud.Shell.V1.dll` assembly."],["`CloudShellErrorDetails` offers constructors for default initialization and cloning from another `CloudShellErrorDetails` instance."],["The class includes a `Code` property that indicates the specific error code using the `CloudShellErrorCode` enum type."],["The reference documentation outlines the availability of multiple version releases, including the latest version, 2.5.0."]]],[]]