Contents

tooManyPendingTaskRequests

A task scheduling error that indicates there are too many pending tasks of the type requested.

Declaration

static var tooManyPendingTaskRequests: BGTaskScheduler.Error.Code { get }

Discussion

Try canceling some existing task requests and then resubmit the request that failed.

See Also

Getting the error codes