iOS HMTelematicsCommandError

HMTelematicsCommandError is an error type for a telematics command.

Properties

Origin of the error

Declaration

let origin: Origin

Read More

Error's reason

Declaration

let reason: Reason

Read More

Types

Origin

Declaration

enum Origin: UInt8 {
    case server
    case receiver
    case container
}

Reason

Declaration

enum Reason: UInt8 {
    case internalError
    case invalidData
    case invalidHMAC
    case timeout
}

Conforming

Error

Declaration

protocol Error

Read More