init(rawValue:)
Creates CVError with the given error code. Returns nil if rawValue is kCVReturnSuccess
Declaration
init?(rawValue: CVReturn)Creates CVError with the given error code. Returns nil if rawValue is kCVReturnSuccess
init?(rawValue: CVReturn)