Contents

AccessoryError.coordinationTimeout

An error that indicates alert coordination timed out.

Declaration

case coordinationTimeout

Discussion

The system sets a timeout to determine whether an accessory successfully alerts for a notification. The system generates this error if your accessory doesn’t return from addNotification(_:alertingContext:) within the timeout.

See Also

Response errors