public sealed class EkmConnection.Types.ConnectionError : IMessage<EkmConnection.Types.ConnectionError>, IEquatable<EkmConnection.Types.ConnectionError>, IDeepCloneable<EkmConnection.Types.ConnectionError>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class EkmConnection.Types.ConnectionError.
Information around the error that occurred if the connection state is
anything other than available or unspecified
[[["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-03-21 UTC."],[[["This document provides reference information for the `EkmConnection.Types.ConnectionError` class within the Cloud Controls Partner v1beta API, detailing its purpose, inheritance, and implemented interfaces."],["The `ConnectionError` class is designed to hold information about errors that occur when a connection state is not available or unspecified."],["The class includes two constructors: a default constructor and a copy constructor that takes another `ConnectionError` instance as a parameter."],["It contains two properties, `ErrorDomain` and `ErrorMessage`, which are both strings that provide details about the error's domain and a descriptive message, respectively."],["The `EkmConnection.Types.ConnectionError` class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]