Contents

errorLog()

Returns an object that represents a snapshot of the error log.

Declaration

nonisolated func errorLog() -> AVPlayerItemErrorLog?

Return Value

An object that represents a snapshot of the error log. The returned value can be nil.

Discussion

If the method returns nil, there is no logging information currently available for the player item.

See Also

Accessing logging information