Disruptive Documentation

Structure Cellular​Status​Event.​Error​Message

public struct ErrorMessage: Codable, Equatable  

Indicates an error related to connecting to the cellular network.

%249 CellularStatusEvent.ErrorMessage CellularStatusEvent.ErrorMessage Codable Codable CellularStatusEvent.ErrorMessage->Codable Equatable Equatable CellularStatusEvent.ErrorMessage->Equatable

Member Of

CellularStatusEvent

Details about the current cellular 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.