VideoBackgroundError
public enum VideoBackgroundError: LocalizedError
Errors that can occur when playing a video.
-
The video with given name and type could not be found.
Declaration
Swift
case videoNotFound(VideoInfo)
-
Description of the error.
Declaration
Swift
public var errorDescription: String?