Contents

backgroundSessionInUseByAnotherProcess

An app or app extension attempted to connect to a background session that is already connected to a process.

Declaration

static var backgroundSessionInUseByAnotherProcess: URLError.Code { get }

Discussion

This error can occur when both an app and an app extension attempt to use a background session at the same time.

See Also

Error codes