iOS HMTelematicsRequestError

HMTelematicsRequestError is received from the server, or encountered when sending a request.

Properties

Details of the error, optional

Declaration

let detail: String?

Source of the error, optional

Declaration

let source: String?

Title of the error

Declaration

let title: String

Conforming

Error

Declaration

protocol Error

Discussion

A type representing an error value that can be thrown.

Read More