Contents

WKExtendedRuntimeSessionInvalidationReason.error

An error prevented the session from running.

Declaration

case error

Discussion

When the system passes this value to your extension delegate’s extendedRuntimeSession(_:didInvalidateWith:error:) method, check the error parameter for additional information about the error.

See Also

Invalidation Reasons