Disruptive Documentation

Structure Ethernet​Status​Event.​Error​Message

public struct ErrorMessage: Codable, Equatable  

Indicates an error related to connecting to the local network.

%273 EthernetStatusEvent.ErrorMessage EthernetStatusEvent.ErrorMessage Codable Codable EthernetStatusEvent.ErrorMessage->Codable Equatable Equatable EthernetStatusEvent.ErrorMessage->Equatable

Member Of

EthernetStatusEvent

Details about the current ethernet connection status of a Cloud Connector.

Conforms To

Codable
Equatable

Properties

code

public let code: String

The error code.

message

public let message: String

The error message.