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 v1 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-04-02 UTC."],[[["This document provides reference information for the `EkmConnection.Types.ConnectionError` class within the Cloud Controls Partner v1 API, version 1.0.0-beta02."],["The `ConnectionError` class represents details about errors that occur when a connection is not available or in an unspecified state."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties: `ErrorDomain` to define the domain where the error occurred, and `ErrorMessage` to describe the specific error."],["There are two constructors available for this class: one with no parameters, and one that takes another `ConnectionError` object as input."]]],[]]