Skip to content

MachineDetectionFailedEvent

Lejla Solak edited this page Feb 9, 2026 · 1 revision



reason

Description

Read-only property that represents the reason why machine detection has failed.

Returns

  • String - Value of the reason field containing the reason for the failure.

Example

func onMachineDetectionFailed(_ machineDetectionFailedEvent: MachineDetectionFailedEvent) {
    os_log("Machine detection failed: %@.", machineDetectionFailedEvent.reason)
}

Tutorials

Migration guides

Reference documentation

Clone this wiki locally