iOS HMTelematicsError

HMTelematicsError is an enum representing an error HMTelematics encountered/

Values

Local device is uninitialised

Declaration

.localDeviceUninitialised

Discussion

HMLocalDevice has to be initialised beforehand

Read More

Data is invalid

Declaration

.invalidData

Discussion

Data is missing, or corrupted. Also used when the URL is invalid.

Miscellaneous error

Declaration

.misc(Error)

Server-request error

Declaration

.response(HMTelematicsRequestError)

Discussion

Received a server-request error

Read More

Command error

Declaration

.command(HMTelematicsCommandError)

Discussion

Received a command error

Read More

Conforming

Error

Declaration

protocol Error

Discussion

A type representing an error value that can be thrown.

Read More