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"]],[["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-05-02 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."]]],[]]