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